Merge "Render all_nodes_data in check mode"
This commit is contained in:
commit
edd31ba8ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user