diff --git a/handlers/main.yml b/handlers/main.yml index db3d7778..5d4f37e3 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -14,7 +14,8 @@ # limitations under the License. - name: Reload systemd daemon - command: "systemctl daemon-reload" + systemd: + daemon_reload: yes notify: - Restart octavia services