diff --git a/handlers/main.yml b/handlers/main.yml index 6f3f852..4d4d00a 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -14,9 +14,7 @@ # limitations under the License. - name: Restart cloudkitty services - debug: - msg: "Restarting services" - changed_when: true + command: "/bin/true" notify: - Stop services - Copy new policy file into place