Merge "Always clear cached facts first" into stable/train

This commit is contained in:
Zuul 2020-07-08 12:58:52 +00:00 committed by Gerrit Code Review
commit c21cc82e0b
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- hosts: all
name: Clear cached facts
tasks:
- meta: clear_facts
- hosts: "{{ deploy_source_host }}"
name: Gather facts from undercloud
gather_facts: yes