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

service_filelist -> iiab_ini_file

This commit is contained in:
root 2018-10-15 06:13:57 -04:00
parent c72272e146
commit d9c73cc804
44 changed files with 47 additions and 47 deletions

View file

@ -95,7 +95,7 @@
- name: Add 'postgresql' to list of services at /etc/iiab/iiab.ini
ini_file:
dest: "{{ service_filelist }}"
dest: "{{ iiab_ini_file }}"
section: postgresql
option: "{{ item.option }}"
value: "{{ item.value }}"