1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

lineinfile requires file->dest

This commit is contained in:
George Hunt 2018-03-31 04:02:18 +00:00
parent 8ad271903f
commit 6a65ca85cf

View file

@ -55,7 +55,7 @@
- name: Put a variable in iiab.env for display of content at root of USB
lineinfile:
file: /etc/iiab/iiab.env
dest: /etc/iiab/iiab.env
regexp: "^IIAB_USB_LIB_SHOW_ALL.*"
line: "IIAB_USB_LIB_SHOW_ALL={{ iiab_usb_lib_show_all }}"