This commit is contained in:
Alex Kotov 2020-02-13 18:32:54 +05:00
parent 2df3aaaa35
commit 3850618e61
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
- meta: flush_handlers
- include_tasks: iptables/purge.yml
when common__iptables__state == 'purge'
when: common__iptables__state == 'purge'
- include_tasks: iptables/install.yml
when: common__iptables__state == 'install'
- meta: flush_handlers