set machines_changed to machines.xml

This commit is contained in:
egarette@silique.fr 2023-06-22 16:15:29 +02:00
parent 84315c7bae
commit 0705409393

View file

@ -11,7 +11,7 @@
copy_templates: "{{ copy_templates }}"
register: build_host
- name: Print return information from the previous task
- name: "Change"
ansible.builtin.debug:
var: build_host
@ -31,3 +31,5 @@
#
- name: "Install and apply configurations"
include_tasks: machines.yml
vars:
machines_changed: "{{ build_host.machines_changed }}"