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 retry_files_enabled = False
callbacks_enabled = profile_tasks callbacks_enabled = profile_tasks
collections_path = ./ collections_path = ./
[url_lookup]
agent=ansible-httpget_dc-deployments-automation

View File

@@ -45,3 +45,5 @@ atl_servicedesk_download_file: "{{ atl_installer_temp }}/jira-servicedesk.{{ atl
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') }}"