Merge "Add always tags for hieradata render in external upgrade." into stable/train

This commit is contained in:
Zuul 2020-04-01 05:18:45 +00:00 committed by Gerrit Code Review
commit a052f89d76
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
tripleo_all_nodes_data:
tags:
- facts
- always
- hosts: "{{ deploy_target_host }}"
name: Set all_nodes data as group_vars for overcloud
@ -64,3 +65,4 @@
when: not ansible_check_mode|bool
tags:
- facts
- always