This pull request includes several changes aimed at cleaning up and improving the readability of the ansible-lint.yml file:
Removal of the trailing-spaces rule from skip_list. This rule was removed in order to enforce the rule and ensure that there are no trailing spaces in the YAML files.
Removal of the schema[tasks] rule from skip_list. This rule is no longer necessary and thus has been removed.
Removal of role-name[path] and run-once[task] items from skip_list. These items are no longer needed. The role-name[path] item was removed because it is redundant with the role-name item. The run-once[task] item was removed because it is not used in the project.
Removal of commented out lines. These lines were not providing any value and were just cluttering the file.
All these changes are aimed at improving the readability and efficiency of the ansible-lint.yml file.
This pull request includes several changes aimed at cleaning up and improving the readability of the
ansible-lint.yml
file:Removal of the
trailing-spaces
rule fromskip_list
. This rule was removed in order to enforce the rule and ensure that there are no trailing spaces in the YAML files.Removal of the
schema[tasks]
rule fromskip_list
. This rule is no longer necessary and thus has been removed.Removal of
role-name[path]
andrun-once[task]
items fromskip_list
. These items are no longer needed. Therole-name[path]
item was removed because it is redundant with therole-name
item. Therun-once[task]
item was removed because it is not used in the project.Removal of commented out lines. These lines were not providing any value and were just cluttering the file.
All these changes are aimed at improving the readability and efficiency of the
ansible-lint.yml
file.