diff --git a/roles/docker/tasks/cleanup.yml b/roles/docker/tasks/cleanup.yml index 498c0b5..d47087e 100644 --- a/roles/docker/tasks/cleanup.yml +++ b/roles/docker/tasks/cleanup.yml @@ -4,7 +4,7 @@ # @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. +# @description : This will cleanup the docker script from the machine. # =================================================================================================== --- diff --git a/roles/docker/tasks/install.yml b/roles/docker/tasks/install.yml index bdf5066..002c1a8 100644 --- a/roles/docker/tasks/install.yml +++ b/roles/docker/tasks/install.yml @@ -4,7 +4,7 @@ # @email : personal@noahknegt.com # @repo : https://git.noahknegt.com/noah.knegt/ansible-automations # @createdOn : 31-03-2023 -# @description : This will download the docker install script. +# @description : This will install the docker engine. # =================================================================================================== ---