1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-10-31 00:36:14 -04:00 committed by GitHub
parent 0b2612bb96
commit 203f62fd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,10 +80,11 @@
line=allowsftp line=allowsftp
- name: Add 'idmgr' variable values to {{ iiab_ini_file }} - name: Add 'idmgr' variable values to {{ iiab_ini_file }}
ini_file: dest="{{ iiab_ini_file }}" ini_file:
section=idmgr dest: "{{ iiab_ini_file }}"
option="{{ item.option }}" section: idmgr
value="{{ item.value }}" option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: with_items:
- option: name - option: name
value: idmgr value: idmgr