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 1672091 commit 5ad2e55
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 @@ -8,7 +8,7 @@
- name: load rules
ansible.builtin.command: augenrules --load
when:
- ansible_connection != "docker"
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]

- name: restart auditd
ansible.builtin.service:
Expand Down

0 comments on commit 5ad2e55

Please sign in to comment.