mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-05-21 11:58:46 +02:00
Spread cmd over multiple lines, making the code a little more readable.
This commit is contained in:
parent
cc6f27b9d1
commit
a7b8723042
|
|
@ -2,7 +2,8 @@
|
||||||
# handlers file for grub
|
# handlers file for grub
|
||||||
|
|
||||||
- name: update grub
|
- name: update grub
|
||||||
ansible.builtin.command: "{{ grub_update_grub_command }}"
|
ansible.builtin.command:
|
||||||
|
cmd: "{{ grub_update_grub_command }}"
|
||||||
when:
|
when:
|
||||||
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
|
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
|
||||||
notify:
|
notify:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue