chore: ansible-lint review (almost done)

This commit is contained in:
Clément Désiles
2026-01-04 11:21:15 +01:00
parent 3e469fa25e
commit c79c445a23
67 changed files with 197 additions and 107 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
- name: Setup persistent network interface(s)
ansible.builtin.include_role:
name: net-persist
name: net_persist
public: true
vars:
interface: "{{ item }}"
@@ -14,7 +14,7 @@
- name: Configure network interface(s)
ansible.builtin.include_role:
name: net-config
name: net_config
public: true
vars:
interface: "{{ item }}"