Skip to content

Commit

Permalink
add missing when with iptables_docker_managed|bool
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandaniels committed May 26, 2020
1 parent cafe472 commit 80e3e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
when:
- ansible_selinux is defined
- ansible_selinux.status == 'enabled'
- iptables_docker_managed|bool
tags:
- iptables_docker
- iptables_config
Expand All @@ -253,6 +254,7 @@
- ansible_selinux is defined
- ansible_selinux.status == 'enabled'
- stat_iptables_selinux_iptables_save.changed
- iptables_docker_managed|bool
tags:
- iptables_docker
- iptables_config
Expand Down

0 comments on commit 80e3e95

Please sign in to comment.