Rename tasks

This commit is contained in:
Alex Kotov 2020-02-06 19:51:00 +05:00
parent 24126d7a18
commit 9b07acfdd4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
- include_tasks: iptables.yml
- include_tasks: certbot.yml
- include_tasks: apache.yml
- include_tasks: apache/install.yml
when: common__apache__state == 'install'
- meta: flush_handlers
- include_tasks: nginx.yml
- include_tasks: nginx/install.yml
when: common__nginx__state == 'install'
- meta: flush_handlers