diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-03-06 15:19:43 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-03-06 15:19:43 -0500 |
commit | f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256 (patch) | |
tree | 4590984bea54905ffe0b259e7a8428738e487054 | |
parent | 4d231afcdcd261d6f7d498fa7ad5b0dcf6bc60ec (diff) | |
download | openshift-f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256.tar.gz openshift-f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256.tar.bz2 openshift-f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256.tar.xz openshift-f54de8d0336d0ddc6c93b1bb10c1ff7eb548c256.zip |
Fix indentation of run_once
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1423430
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/router.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: > |