diff --git a/common/deploy-steps-playbooks-common.yaml b/common/deploy-steps-playbooks-common.yaml index 93bbcbb4e9..eb603e4b5c 100644 --- a/common/deploy-steps-playbooks-common.yaml +++ b/common/deploy-steps-playbooks-common.yaml @@ -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