mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2026-04-10 04:20:49 +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
|
||||
|
||||
- name: update grub
|
||||
ansible.builtin.command: "{{ grub_update_grub_command }}"
|
||||
ansible.builtin.command:
|
||||
cmd: "{{ grub_update_grub_command }}"
|
||||
when:
|
||||
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
|
||||
notify:
|
||||
|
|
|
|||
Loading…
Reference in a new issue