fix declarations
This commit is contained in:
parent
7df65a0b04
commit
a90119ffe1
|
|
@ -1,6 +1,18 @@
|
|||
---
|
||||
- include_role: updates.yaml
|
||||
- include_role: swap.yaml
|
||||
- ansible.builtin.include_tasks:
|
||||
file: updates.yaml
|
||||
apply:
|
||||
become: true
|
||||
|
||||
- ansible.builtin.include_tasks:
|
||||
file: swap.yaml
|
||||
apply:
|
||||
become: true
|
||||
when: configure_swap is defined
|
||||
- include_role: iptables.yaml
|
||||
|
||||
|
||||
- ansible.builtin.include_tasks:
|
||||
file: iptables.yaml
|
||||
apply:
|
||||
become: true
|
||||
when: ip_tables_coonfig is defined
|
||||
|
|
|
|||
Loading…
Reference in New Issue