mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
More patterns for Docker.
This commit is contained in:
parent
efa9fbbc58
commit
a95d592458
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue