mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix 5 typos: /etc/iiab/iiab_state.yml -> /etc/iiab/iiab.ini
This commit is contained in:
parent
cc2805d5a6
commit
48e75a15a3
5 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@
|
|||
|
||||
- name: Add 'nodejs' variable values to {{ iiab_ini_file }}
|
||||
ini_file:
|
||||
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml
|
||||
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
|
||||
section: nodejs
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value | string }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue