1
0
Fork 0
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:
root 2022-04-04 19:06:28 -04:00
parent cc2805d5a6
commit 48e75a15a3
5 changed files with 5 additions and 5 deletions

View file

@ -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 }}"