Make dictionaries maintainable
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
name: '{{ item.name }}'
|
||||
state: '{{ item.state }}'
|
||||
loop:
|
||||
- { enabled: 'yes', name: 'acpid', state: 'started' }
|
||||
- enabled: 'yes'
|
||||
name: 'acpid'
|
||||
state: 'started'
|
||||
loop_control:
|
||||
label: '{{ item.name }} will be {{ item.state }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user