fix role and task invocations

This commit is contained in:
Fabio Sinibaldi 2026-09-15 14:41:21 +02:00
parent 93c0220c47
commit 35b217632e
3 changed files with 9 additions and 5 deletions

View File

@ -11,4 +11,5 @@
- geerlingguy.docker
- prepare_node
- include_role: pangolin
- include_role:
name: pangolin

View File

@ -1,5 +1,8 @@
---
- ansible.builtin.include_tasks: prepare_node.yaml
- ansible.builtin.include_role:
name: prepare_node
apply:
become: true
- include_role:
name: geerlingguy.docker
apply:

View File

@ -1,6 +1,6 @@
---
- include_role: updates.yaml
- include_role: swap.yaml
- include_tasks: updates.yaml
- include_tasks: swap.yaml
when: configure_swap is defined
- include_role: iptables.yaml
- include_tasks: iptables.yaml
when: ip_tables_coonfig is defined