Move tasks into dirs
This commit is contained in:
parent
d4aea014d8
commit
5db801eb24
3 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
- include_tasks: ssh.yml
|
||||
- meta: flush_handlers
|
||||
|
||||
- include_tasks: iptables.yml
|
||||
- include_tasks: iptables/install.yml
|
||||
when: common__iptables__state == 'install'
|
||||
- meta: flush_handlers
|
||||
|
||||
- include_tasks: certbot.yml
|
||||
- include_tasks: certbot/install.yml
|
||||
when: common__certbot__state == 'install'
|
||||
- meta: flush_handlers
|
||||
|
||||
|
|
Loading…
Reference in a new issue