From 61dcd65ca53fea7034c23f0eac03120a2c11bfbe Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sun, 6 Mar 2022 10:19:44 -0500 Subject: [PATCH] fixed ansible-lint errors --- chk_upgrades.yml | 2 +- rem_base_pkgs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chk_upgrades.yml b/chk_upgrades.yml index d09d2b7..d04f17e 100644 --- a/chk_upgrades.yml +++ b/chk_upgrades.yml @@ -1,7 +1,7 @@ --- ########################################################################### # -# This is the top level playbook for the 'chk_upgrades' role. +# This is the top level playbook for the 'chk_upgrades' role. # # This role will check for available package upgrades on the target host. # diff --git a/rem_base_pkgs.yml b/rem_base_pkgs.yml index 829be91..9ee9983 100644 --- a/rem_base_pkgs.yml +++ b/rem_base_pkgs.yml @@ -1,7 +1,7 @@ --- ########################################################################### # -# This is the top level playbook for the 'rem_base_pkgs' role. +# This is the top level playbook for the 'rem_base_pkgs' role. # # This role removes the packages install in the 'base_pkgs' role. This is # used for testing the 'base_pkgs' role.