# =================================================================================================== # ? ABOUT # @author : Noah Knegt # @email : personal@noahknegt.com # @repo : https://git.noahknegt.com/noah.knegt/ansible-automations # @createdOn : 31-03-2023 # @description : This will check if docker is installed as the latest version. # =================================================================================================== --- - name: Cleanup docker script file: path: /tmp/get-docker.sh state: absent