openscanhub: add vars_files in the playbook

These are required to run the playbook.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2023-11-22 17:32:27 +01:00 committed by zlopez
parent e88add7dd1
commit 97e479df39

View file

@ -3,6 +3,11 @@
user: root
gather_facts: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
vars:
- ocp4: true