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:
parent
8ad271903f
commit
6a65ca85cf
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue