Skip to content

Commit

Permalink
Add two new rules to Ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jan 5, 2023
1 parent c2f8bc0 commit 9ce8282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ warn_list:
- yaml[line-length] # Violations reported by yamllint.
- jinja[spacing] # Rule that looks inside jinja2 templates.
- name[casing] # Rule for checking task and play names.

- fqcn[action] # Use FQCN for builtin actions.
- name[template] # Rule for checking task and play names.

0 comments on commit 9ce8282

Please sign in to comment.