1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3164 from holta/iiab.ini-comment-fix

Fix 5 typos: /etc/iiab/iiab_state.yml -> /etc/iiab/iiab.ini
This commit is contained in:
A Holt 2022-04-04 19:08:42 -04:00 committed by GitHub
commit 23d128f282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
- name: Add 'gitea' to list of services at {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: gitea
option: "{{ item.option }}"
value: "{{ item.value | string }}"

View file

@ -49,7 +49,7 @@
- name: Add 'lokole' 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: lokole
option: "{{ item.option }}"
value: "{{ item.value | string }}"

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

View file

@ -49,7 +49,7 @@
- name: Add 'postgresql' 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: postgresql
option: "{{ item.option }}"
value: "{{ item.value | string }}"

View file

@ -33,7 +33,7 @@
- name: Add 'yarn' 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: yarn
option: "{{ item.option }}"
value: "{{ item.value | string }}"