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 efa9fbb commit a95d592
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 @@ -4,7 +4,7 @@
- name: update grub
ansible.builtin.command: "{{ grub_update_grub_command }}"
when:
- ansible_connection != "docker"
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
notify:
- reboot

Expand Down

0 comments on commit a95d592

Please sign in to comment.