fix declarations

This commit is contained in:
Fabio Sinibaldi 2026-08-05 12:57:27 +02:00
parent 7df65a0b04
commit a90119ffe1
1 changed files with 15 additions and 3 deletions

View File

@ -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