mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
84b48f8555
commit
c5872b9a37
1 changed files with 6 additions and 5 deletions
|
@ -40,11 +40,12 @@
|
||||||
enabled=false
|
enabled=false
|
||||||
when: not docker_enabled
|
when: not docker_enabled
|
||||||
|
|
||||||
- name: add docker to service list
|
- name: Add 'docker' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=docker
|
dest: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: docker
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: Docker Container
|
value: Docker Container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue