This pull request introduces two primary changes to the project:
The no-free-form rule was removed from the skip_list to enable it. This rule ensures that all tasks have a task key and are not free-form tasks. This change increases the robustness of the task structure in the project.
The service task in ansible-role-firewall and the set_fact tasks in the consul role were reformatted. Instead of using a free-form task structure, these tasks now use a dictionary for the service name, state, and variable assignment. This restructuring improves the readability and consistency of these tasks with other tasks in the playbook
This pull request introduces two primary changes to the project:
The
no-free-form
rule was removed from theskip_list
to enable it. This rule ensures that all tasks have atask
key and are not free-form tasks. This change increases the robustness of the task structure in the project.The service task in
ansible-role-firewall
and theset_fact
tasks in the consul role were reformatted. Instead of using a free-form task structure, these tasks now use a dictionary for the service name, state, and variable assignment. This restructuring improves the readability and consistency of these tasks with other tasks in the playbook