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
d3a30e8eb4
commit
3532a449fe
1 changed files with 7 additions and 6 deletions
|
@ -1,12 +1,13 @@
|
||||||
- name: Include the install playbook
|
- name: Install DokuWiki
|
||||||
include_tasks: install.yml
|
include_tasks: install.yml
|
||||||
when: dokuwiki_install
|
when: dokuwiki_install
|
||||||
|
|
||||||
- name: Add DokuWiki to service list
|
- name: Add 'dokuwiki' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file:
|
||||||
section=dokuwiki
|
dest: "{{ service_filelist }}"
|
||||||
option='{{ item.option }}'
|
section: dokuwiki
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: dokuwiki
|
value: dokuwiki
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue