mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3984 ansible.cfg doesn't get read when running molecule tests, trying to default the value when there's no play name
This commit is contained in:
@@ -2,6 +2,3 @@
|
|||||||
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
|
|
||||||
|
|||||||
@@ -44,4 +44,6 @@ atl_source_obr_from_marketplace: true
|
|||||||
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl_product_version }}.obr"
|
||||||
|
|
||||||
force_version_update: false
|
force_version_update: false
|
||||||
skip_shared_home_symlink: false
|
skip_shared_home_symlink: false
|
||||||
|
|
||||||
|
ansible_lookup_url_agent: "ansible-httpget_{{ ansible_play_name | default('dc-deployments-automation') }}"
|
||||||
Reference in New Issue
Block a user