diff --git a/common/deploy-steps-playbooks-common.yaml b/common/deploy-steps-playbooks-common.yaml index 5a69b9897f..f53b00a466 100644 --- a/common/deploy-steps-playbooks-common.yaml +++ b/common/deploy-steps-playbooks-common.yaml @@ -82,7 +82,6 @@ delegate_to: localhost become: false run_once: true - when: not ansible_check_mode|bool tripleo_all_nodes_data: tags: - facts @@ -97,7 +96,6 @@ - name: Set all_nodes data as group_vars for overcloud ansible.builtin.include_vars: "{{ playbook_dir }}/group_vars/overcloud.json" no_log: true - when: not ansible_check_mode|bool tags: - facts - always