Remove service states from Debian as we don't have any... yet
This commit is contained in:
parent
82cea30711
commit
fbaefe40e3
@ -13,13 +13,4 @@
|
|||||||
- { name: 'sudo', state: 'present' }
|
- { name: 'sudo', state: 'present' }
|
||||||
loop_control:
|
loop_control:
|
||||||
label: '{{ item.name }} will be {{ item.state }}'
|
label: '{{ item.name }} will be {{ item.state }}'
|
||||||
- name: 'service states'
|
|
||||||
service:
|
|
||||||
enabled: '{{ item.enabled }}'
|
|
||||||
name: '{{ item.name }}'
|
|
||||||
state: '{{ item.state }}'
|
|
||||||
loop:
|
|
||||||
- { enables: 'yes', name: 'acpid', state: 'started' }
|
|
||||||
loop_control:
|
|
||||||
label: '{{ item.name }} will be {{ item.state }}'
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user