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:
parent
c73c7fabe8
commit
f45701472a
1 changed files with 6 additions and 5 deletions
|
@ -23,11 +23,12 @@
|
||||||
- include_tasks: rachel_enabled.yml
|
- include_tasks: rachel_enabled.yml
|
||||||
when: rachel_enabled and rachel_content_found
|
when: rachel_enabled and rachel_content_found
|
||||||
|
|
||||||
- name: Add rachel to service list
|
- name: Add 'rachel' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=rachel
|
path: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: rachel
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: rachel
|
value: rachel
|
||||||
|
|
Loading…
Reference in a new issue