fixed ansible-lint errors

This commit is contained in:
Radar231 2022-03-06 10:19:44 -05:00
parent a1a8d3ffab
commit 61dcd65ca5
2 changed files with 2 additions and 2 deletions

View File

@ -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.
#

View File

@ -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.