Skip to content

Commit

Permalink
More patterns for Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 31, 2021
1 parent 587ab30 commit 072661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: "{{ firewall_service }}"
state: reloaded
when:
- ansible_connection != "docker"
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
- not ansible_check_mode | bool

- name: reload firewalld
Expand Down

0 comments on commit 072661b

Please sign in to comment.