Fix debug var

install_debug is not defined in the standalone.yml so it fails. Switch
it to standalone_debug which is defined.

Change-Id: Id91b21e620509f1c61a318623d19b5d9db3ba3b0
This commit is contained in:
Alex Schultz 2020-04-07 13:53:25 -06:00
parent be6b38c4d5
commit e9681319fd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
include_role:
name: tripleo_repos
vars:
tripleo_repos_debug: "{{ install_debug }}"
tripleo_repos_debug: "{{ standalone_debug }}"
- name: Ensure system is up to date
yum: