chore: ansible-lint review (almost done)
This commit is contained in:
@@ -6,8 +6,8 @@ This role configures the networking on the target machine.
|
||||
|
||||
Roles:
|
||||
|
||||
- net-persist
|
||||
- net-config
|
||||
- net_persist
|
||||
- net_config
|
||||
|
||||
## Inventory Variables
|
||||
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user