Revert "Set default to empty string for Validation inventory variable"

This reverts commit 6ae5ac6f55.

Reason for revert: Broke validation in standalone deploy

Change-Id: I6fab0e1410e99b6a8ea150eec3bc4359b601423f
This commit is contained in:
chandan kumar 2022-04-14 11:58:04 +00:00
parent 6ae5ac6f55
commit e817f49367
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
hosts: undercloud
gather_facts: true
vars:
inventory: "{{ job.validations_inventory|default('') }}"
inventory: "{{ job.validations_inventory|default('tripleo-deploy/tripleo-ansible-inventory.yaml') }}"
vf_log_dir: "/var/log/validations"
tags:
- overcloud-deploy