diff --git a/common/deploy-steps-playbooks-common.yaml b/common/deploy-steps-playbooks-common.yaml index be34e7cc3b..401308c53a 100644 --- a/common/deploy-steps-playbooks-common.yaml +++ b/common/deploy-steps-playbooks-common.yaml @@ -9,6 +9,8 @@ name: Clear cached facts tasks: - meta: clear_facts + tags: + - facts - hosts: "{{ deploy_source_host }}:{{ deploy_target_host }}" name: Gather facts