From ce79fc6f8fffd7392ff4da22a7159ba7319f341d Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 21 Mar 2018 09:59:39 +0100 Subject: [PATCH] Correct the secret file path Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index e9e356200a..ee4a97f2c2 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -543,7 +543,7 @@ - role: osbs-secret osbs_secret_name: x86-64-osbs osbs_secret_files: - - source: "{{ private }}/files/osbs/x86-64-osbs-stg-orchestrator" + - source: "{{ private }}/files/osbs/staging/x86-64-osbs-stg-orchestrator" dest: token when: env == "staging"