From ca28f7951e559fa13ca0b7d4da013e71bdb0d826 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 7 Aug 2019 12:06:57 +0200 Subject: [PATCH] OSBS: moving the htpasswd file for OpenShift 3.11 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 562698f1cb..c23338f7bb 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -99,7 +99,7 @@ - name: place htpasswd file copy: src: "{{private}}/files/httpd/osbs-{{env}}.htpasswd" - dest: /etc/origin/htpasswd + dest: /etc/origin/master/htpasswd - name: Setup cluster hosts pre-reqs