Skip if we don't have special things to do, and pass right values for EL6 service changes

This commit is contained in:
2020-01-01 23:02:58 -06:00
parent fbaefe40e3
commit 758f0b2d54
3 changed files with 5 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
name: '{{ item.name }}'
state: '{{ item.state }}'
loop:
- { enables: 'yes', name: 'acpid', state: 'started' }
- { enabled: 'yes', name: 'acpid', state: 'started' }
loop_control:
label: '{{ item.name }} will be {{ item.state }}'