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:
Major Hayden 2017-12-01 10:27:08 -06:00
parent b6e91593e2
commit 97f29d75c0
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 0 additions and 2 deletions

View File

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