summaryrefslogtreecommitdiffstats
path: root/playbooks/groups
diff options
context:
space:
mode:
authorAdam Miller <admiller@redhat.com>2017-08-04 15:02:13 +0000
committerAdam Miller <admiller@redhat.com>2017-08-04 15:02:13 +0000
commit9b7f1e9f8ca26ff5484c64faa69af45bcba9342e (patch)
tree274cdc5deded079c754d8b890a33132c3db982be /playbooks/groups
parentdbf0b96afd0a9a26a71a0890bacb500f292ee64c (diff)
downloadansible-9b7f1e9f8ca26ff5484c64faa69af45bcba9342e.tar.gz
ansible-9b7f1e9f8ca26ff5484c64faa69af45bcba9342e.tar.xz
ansible-9b7f1e9f8ca26ff5484c64faa69af45bcba9342e.zip
fix some more yaml indentation
Signed-off-by: Adam Miller <admiller@redhat.com>
Diffstat (limited to 'playbooks/groups')
-rw-r--r--playbooks/groups/osbs-orchestrator-cluster.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml
index 001b577f5..5d39d91cc 100644
--- a/playbooks/groups/osbs-orchestrator-cluster.yml
+++ b/playbooks/groups/osbs-orchestrator-cluster.yml
@@ -473,7 +473,7 @@
handlers:
- name: oc secrets new
- shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }} --namespace={{osbs_orchestrator_namespace}}"
+ shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }} --namespace={{ osbs_orchestrator_namespace }}"
environment: "{{ osbs_environment }}"
notify: oc secrets add
@@ -527,7 +527,7 @@
handlers:
- name: oc secrets new
- shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }} --namespace={{osbs_worker_namespace}}"
+ shell: "oc secrets new koji cert={{ koji_cert_path }} ca={{ koji_ca_cert_path }} serverca={{ koji_ca_cert_path }} --namespace={{osbs_worker_namespace}}"
environment: "{{ osbs_environment }}"
notify: oc secrets add