mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 17:33:06 -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:
@@ -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