mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
indentation/syntax per new Ansible documentation
This commit is contained in:
parent
920d94d2c9
commit
fee3cd049d
1 changed files with 5 additions and 4 deletions
|
@ -2,10 +2,11 @@
|
||||||
when: awstats_install
|
when: awstats_install
|
||||||
|
|
||||||
- name: Add 'awstats' to list of services at /etc/iiab/iiab.ini
|
- name: Add 'awstats' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file:
|
||||||
section=awstats
|
dest: "{{ service_filelist }}"
|
||||||
option='{{ item.option }}'
|
section: awstats
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: AWStats
|
value: AWStats
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue