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:
Geoff Jacobs
2024-08-21 11:22:06 +10:00
parent 3b498f503a
commit c379cbd8ea
2 changed files with 3 additions and 4 deletions

View File

@@ -2,6 +2,3 @@
retry_files_enabled = False
callbacks_enabled = profile_tasks
collections_path = ./
[url_lookup]
agent=ansible-httpget_dc-deployments-automation

View File

@@ -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') }}"