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 - name: install dependencies
apt: apt:
name: {{ item }} name: "{{ item }}"
state: present state: present
with_items: with_items:
- grub2 - grub2