mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Cleaning up bad 'changed' units, per issue #2
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
enabled: yes
|
||||
state: started
|
||||
with_items:
|
||||
- 'ansible-run.path'
|
||||
- 'ansible-run.service'
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
enabled: yes
|
||||
state: started
|
||||
with_items:
|
||||
- 'gopher-run.path'
|
||||
- 'gopher-run.service'
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
systemd:
|
||||
name: "{{ item }}"
|
||||
enabled: yes
|
||||
state: started
|
||||
with_items:
|
||||
- 'www-run.path'
|
||||
- 'www-run.service'
|
||||
- 'www-run.service'
|
||||
|
||||
Reference in New Issue
Block a user