forked from stove/risotto
set machines_changed to machines.xml
This commit is contained in:
parent
84315c7bae
commit
0705409393
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
copy_templates: "{{ copy_templates }}"
|
copy_templates: "{{ copy_templates }}"
|
||||||
register: build_host
|
register: build_host
|
||||||
|
|
||||||
- name: Print return information from the previous task
|
- name: "Change"
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
var: build_host
|
var: build_host
|
||||||
|
|
||||||
|
@ -31,3 +31,5 @@
|
||||||
#
|
#
|
||||||
- name: "Install and apply configurations"
|
- name: "Install and apply configurations"
|
||||||
include_tasks: machines.yml
|
include_tasks: machines.yml
|
||||||
|
vars:
|
||||||
|
machines_changed: "{{ build_host.machines_changed }}"
|
||||||
|
|
Loading…
Reference in a new issue