mirror of
https://github.com/ansible/awx.git
synced 2026-06-20 14:17:42 -02:30
* Add new test for artfact precedence upstream node vs outer workflow * Fix bugs, upstream artifacts come first for precedence * Track nested artifacts path through ancestor_artifacts on root nodes * Fix case where first root node did not get the vars * touchup comment * Prevent conflict with sliced jobs hack
12 lines
257 B
YAML
12 lines
257 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
connection: local
|
|
tasks:
|
|
- name: Set artifacts via set_stats
|
|
ansible.builtin.set_stats:
|
|
data: "{{ stats_data }}"
|
|
per_host: false
|
|
aggregate: false
|
|
when: stats_data is defined
|