From 7217b373b674d5b3b7ab4b4564a7aa6105749087 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Fri, 31 Mar 2023 11:33:41 +0200 Subject: [PATCH] Fix the about headers Signed-off-by: Noah Knegt --- roles/docker/tasks/cleanup.yml | 2 +- roles/docker/tasks/install.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. # =================================================================================================== ---