Merge "Fix logic to stop overrwriting upgrade hieradata"

This commit is contained in:
Zuul 2020-03-09 20:12:56 +00:00 committed by Gerrit Code Review
commit 2dc01b31d8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
become: true
when:
- not (_tripleo_upgrade_hiera_file.stat.exists | bool) or
(_tripleo_upgrade_hiera_test.stdout | length) > 0
not (_tripleo_upgrade_hiera_test.stdout | length) > 0
- name: load the json hiera data
command: "jq . {{ tripleo_upgrade_hiera_file }}"