Merge "Run facts gathering always for upgrades."

This commit is contained in:
Zuul 2019-09-10 19:27:23 +00:00 committed by Gerrit Code Review
commit 282386e0b5
1 changed files with 2 additions and 4 deletions

View File

@ -1114,14 +1114,12 @@ outputs:
name: Gather facts from undercloud name: Gather facts from undercloud
gather_facts: yes gather_facts: yes
become: false become: false
tags: tags: always
- facts
- hosts: DEPLOY_TARGET_HOST - hosts: DEPLOY_TARGET_HOST
name: Gather facts from overcloud name: Gather facts from overcloud
gather_facts: yes gather_facts: yes
tags: tags: always
- facts
- hosts: all - hosts: all
name: Load global variables name: Load global variables