mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Use var instead of set_fact
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
create_preload_data: true
|
||||
awx_image: quay.io/ansible/awx
|
||||
|
||||
# Helper vars to construct the proper download URL for the current architecture
|
||||
tini_architecture: '{{ { "x86_64": "amd64", "aarch64": "arm64", "armv7": "arm" }[ansible_facts.architecture] }}'
|
||||
|
||||
Reference in New Issue
Block a user