Remove service states from Debian as we don't have any... yet

This commit is contained in:
Jason Rothstein 2020-01-01 22:50:50 -06:00
parent 82cea30711
commit fbaefe40e3

View File

@ -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 }}'