More patterns for Docker.

This commit is contained in:
Robert de Bock 2021-08-31 09:46:29 +02:00
parent efa9fbbc58
commit a95d592458

View file

@ -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