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

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

View file

@ -49,7 +49,7 @@
- name: Add 'lokole' variable values to {{ iiab_ini_file }} - name: Add 'lokole' variable values to {{ iiab_ini_file }}
ini_file: ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: lokole section: lokole
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"

View file

@ -42,7 +42,7 @@
- name: Add 'nodejs' variable values to {{ iiab_ini_file }} - name: Add 'nodejs' variable values to {{ iiab_ini_file }}
ini_file: ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: nodejs section: nodejs
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"

View file

@ -49,7 +49,7 @@
- name: Add 'postgresql' variable values to {{ iiab_ini_file }} - name: Add 'postgresql' variable values to {{ iiab_ini_file }}
ini_file: ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: postgresql section: postgresql
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"

View file

@ -33,7 +33,7 @@
- name: Add 'yarn' variable values to {{ iiab_ini_file }} - name: Add 'yarn' variable values to {{ iiab_ini_file }}
ini_file: ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab_state.yml path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: yarn section: yarn
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"