Remove sleep option from service handlers
The systemd module doesn't support the sleep option and this patch removes it from the handlers. Closes-Bug: 1735786 Change-Id: Ida1d83903dc4d3cd85029735a0882bf342d21dca
This commit is contained in:
parent
b6e91593e2
commit
97f29d75c0
@ -26,11 +26,9 @@
|
||||
name: "rsyslog"
|
||||
state: "restarted"
|
||||
enabled: "yes"
|
||||
sleep: 2
|
||||
|
||||
- name: Restart rsync service
|
||||
service:
|
||||
name: "{{ swift_rsync_service_name }}"
|
||||
state: "restarted"
|
||||
enabled: "yes"
|
||||
sleep: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user