Merge "Render all_nodes_data in check mode"

This commit is contained in:
Zuul 2022-06-28 09:58:58 +00:00 committed by Gerrit Code Review
commit edd31ba8ba
1 changed files with 0 additions and 2 deletions

View File

@ -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