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
|
||||
|
||||
- name: Add 'awstats' to list of services at /etc/iiab/iiab.ini
|
||||
ini_file: dest='{{ service_filelist }}'
|
||||
section=awstats
|
||||
option='{{ item.option }}'
|
||||
value='{{ item.value }}'
|
||||
ini_file:
|
||||
dest: "{{ service_filelist }}"
|
||||
section: awstats
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: AWStats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue