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