From f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Mon, 6 Mar 2017 15:19:43 -0500 Subject: Fix indentation of run_once Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1423430 --- playbooks/common/openshift-cluster/redeploy-certificates/router.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/router.yml b/playbooks/common/openshift-cluster/redeploy-certificates/router.yml index 35eedd5ee..a7b614341 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/router.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/router.yml @@ -51,7 +51,7 @@ name: router-certs namespace: default state: absent - run_once: true + run_once: true - name: Remove router service annotations command: > -- cgit v1.2.1