Merge "Use systemd module instead of command"

This commit is contained in:
Zuul 2018-01-16 15:05:36 +00:00 committed by Gerrit Code Review
commit 450178e190

View File

@ -14,7 +14,8 @@
# limitations under the License.
- name: Reload systemd daemon
command: "systemctl daemon-reload"
systemd:
daemon_reload: yes
notify:
- Restart octavia services