fix role and task invocations
This commit is contained in:
parent
93c0220c47
commit
35b217632e
|
|
@ -11,4 +11,5 @@
|
|||
- geerlingguy.docker
|
||||
- prepare_node
|
||||
|
||||
- include_role: pangolin
|
||||
- include_role:
|
||||
name: pangolin
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue