Spread cmd over multiple lines, making the code a little more readable.

This commit is contained in:
Robert de Bock 2021-09-22 14:08:32 +02:00
parent cc6f27b9d1
commit a7b8723042

View file

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