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

/etc/iiab/iiab.ini section headers

This commit is contained in:
root 2020-02-12 10:31:08 -05:00
parent 8ae9e0a9fd
commit 2342190016
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
- name: Add 'apache' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: wordpress
section: apache
option: "{{ item.option }}"
value: "{{ item.value | string }}"
with_items:

View file

@ -37,7 +37,7 @@
- name: Add 'nginx' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini
section: wordpress
section: nginx
option: "{{ item.option }}"
value: "{{ item.value | string }}"
with_items: