mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 18:03:06 -06:00
ITPLT-3984 jinja didn't render, try ansible.cfg
This commit is contained in:
@@ -2,3 +2,6 @@
|
|||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
callbacks_enabled = profile_tasks
|
callbacks_enabled = profile_tasks
|
||||||
collections_path = ./
|
collections_path = ./
|
||||||
|
|
||||||
|
[url_lookup]
|
||||||
|
agent=ansible-httpget_dc-deployments-automation
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
# set the user_agent for lookup(url) requests
|
|
||||||
ansible_lookup_url_agent: "ansible-httpget_{{ ansible_play_name }}"
|
|
||||||
|
|
||||||
# Empty values to simplify logic (no undefineds)
|
# Empty values to simplify logic (no undefineds)
|
||||||
atl_latest_version: ''
|
atl_latest_version: ''
|
||||||
atl_cached_version: ''
|
atl_cached_version: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user