fix quoting in localboot task

This commit is contained in:
Simon Bruder 2018-03-18 08:29:07 +00:00 committed by jalr
parent 4138d1a309
commit 7a53543933

View file

@ -1,7 +1,7 @@
---
- name: install dependencies
apt:
name: {{ item }}
name: "{{ item }}"
state: present
with_items:
- grub2