OSBS: try to use the same inventory file as the OS cluster

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-08-14 11:25:35 +02:00 committed by Pierre-Yves Chibon
parent 9317dc2149
commit 0ab09585c7

View file

@ -43,7 +43,7 @@
- name: generate the inventory file (osbs)
template:
src: "cluster-inventory.j2"
src: "cluster-inventory-stg.j2"
dest: "{{ openshift_ansible_path }}/{{ cluster_inventory_filename }}"
tags:
- ansible-ansible-openshift-ansible