Skip to content
Snippets Groups Projects
Commit 089d8c76 authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update lint config, Refs #36169

parent d4c2e3c3
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,6 @@ skip_list: ...@@ -8,5 +8,6 @@ skip_list:
- meta-no-info # Skip warnings for missing galaxy_info in roles - meta-no-info # Skip warnings for missing galaxy_info in roles
- role-name # Skip role name pattern verification ("-" should not be used) - role-name # Skip role name pattern verification ("-" should not be used)
- package-latest # Skip warning when package installation state is set to latest - package-latest # Skip warning when package installation state is set to latest
- experimental # Skip all rules tagged as experimental, as schema validation
... ...
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# Force munin-server restart to avoid default localdomain graph creation after remove # Force munin-server restart to avoid default localdomain graph creation after remove
- name: flush handlers - name: flush handlers
meta: flush_handlers ansible.builtin.meta: flush_handlers
- name: "remove default localdomain files" - name: "remove default localdomain files"
ansible.builtin.file: ansible.builtin.file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment