fix quoting in localboot task
This commit is contained in:
parent
4138d1a309
commit
7a53543933
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
name: {{ item }}
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- grub2
|
- grub2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue