mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-11 07:23:08 -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
|
||||
callbacks_enabled = profile_tasks
|
||||
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"
|
||||
|
||||
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