Fix a conditional.
This commit is contained in:
parent
564b863b81
commit
edb2e22199
|
@ -29,4 +29,4 @@
|
||||||
service: name=fail2ban state=restarted
|
service: name=fail2ban state=restarted
|
||||||
when:
|
when:
|
||||||
- fail2ban_enabled is defined and fail2ban_enabled
|
- fail2ban_enabled is defined and fail2ban_enabled
|
||||||
- centos_install_epel
|
- centos_install_epel is defined and centos_install_epel
|
||||||
|
|
Loading…
Reference in New Issue