Use var instead of set_fact

This commit is contained in:
Shane McDonald
2021-03-02 16:16:40 -05:00
parent eba12a6207
commit e23a2b4506
2 changed files with 1 additions and 5 deletions

View File

@@ -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] }}'