aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/ansible.yml
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2018-09-26 12:55:55 +0200
committerEmil Renner Berthing <esmil@labitat.dk>2018-09-26 13:00:05 +0200
commit72e69659fe0a51bf2e61cebdb0b3c66ee9e564ba (patch)
tree75e17b22d32d3cce3149498ad1555800b12edd47 /roles/space_server/tasks/ansible.yml
parentae254b596f6e12601e0f6b206d09b87e5a9b480d (diff)
downloadlabitat-ansible-72e69659fe0a51bf2e61cebdb0b3c66ee9e564ba.tar.gz
labitat-ansible-72e69659fe0a51bf2e61cebdb0b3c66ee9e564ba.tar.xz
labitat-ansible-72e69659fe0a51bf2e61cebdb0b3c66ee9e564ba.zip
Format yaml lists like yaml.org
Diffstat (limited to 'roles/space_server/tasks/ansible.yml')
-rw-r--r--roles/space_server/tasks/ansible.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/roles/space_server/tasks/ansible.yml b/roles/space_server/tasks/ansible.yml
index b37b1ca..209cb5b 100644
--- a/roles/space_server/tasks/ansible.yml
+++ b/roles/space_server/tasks/ansible.yml
@@ -14,20 +14,20 @@
option: '{{ item.option }}'
value: '{{ item.value }}'
with_items:
- - section: defaults
- option: 'gathering'
- value: 'smart'
- - section: defaults
- option: 'fact_caching'
- value: 'jsonfile'
- - section: defaults
- option: 'fact_caching_connection'
- value: '/tmp/ansible'
- - section: defaults
- option: 'fact_caching_timeout'
- value: '600'
- - section: defaults
- option: 'error_on_missing_handler'
- value: 'True'
+ - section: defaults
+ option: 'gathering'
+ value: 'smart'
+ - section: defaults
+ option: 'fact_caching'
+ value: 'jsonfile'
+ - section: defaults
+ option: 'fact_caching_connection'
+ value: '/tmp/ansible'
+ - section: defaults
+ option: 'fact_caching_timeout'
+ value: '600'
+ - section: defaults
+ option: 'error_on_missing_handler'
+ value: 'True'
# vim: set ts=2 sw=2 et: