OSBS: moving the htpasswd file for OpenShift 3.11

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-08-07 12:06:57 +02:00 committed by Pierre-Yves Chibon
parent deb93e2086
commit ca28f7951e

View file

@ -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