From 81526ec92f444c2788bf1c5a75c4164798330c0d Mon Sep 17 00:00:00 2001 From: Geoff Jacobs Date: Mon, 19 Aug 2024 12:38:37 +1000 Subject: [PATCH] Also adding to ansible.builtin.uri --- roles/product_install/molecule/bitbucket_latest/converge.yml | 2 ++ .../molecule/jira_version_latest/converge.yml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/roles/product_install/molecule/bitbucket_latest/converge.yml b/roles/product_install/molecule/bitbucket_latest/converge.yml index dfff880..a5cbf42 100644 --- a/roles/product_install/molecule/bitbucket_latest/converge.yml +++ b/roles/product_install/molecule/bitbucket_latest/converge.yml @@ -12,6 +12,8 @@ module_defaults: ansible.builtin.get_url: http_agent: "ansible-httpget_{{ ansible_play_name }}" + ansible.builtin.uri: + http_agent: "ansible-httpget_{{ ansible_play_name }}" roles: - role: linux_common diff --git a/roles/product_install/molecule/jira_version_latest/converge.yml b/roles/product_install/molecule/jira_version_latest/converge.yml index 37a54b1..785587a 100644 --- a/roles/product_install/molecule/jira_version_latest/converge.yml +++ b/roles/product_install/molecule/jira_version_latest/converge.yml @@ -6,6 +6,11 @@ atl_product_edition: "jira-core" atl_product_user: "jira" atl_product_version: "latest" + module_defaults: + ansible.builtin.get_url: + http_agent: "ansible-httpget_{{ ansible_play_name }}" + ansible.builtin.uri: + http_agent: "ansible-httpget_{{ ansible_play_name }}" roles: - role: linux_common - role: product_common