From 97fd251161234748073059959207a3c82921182d Mon Sep 17 00:00:00 2001 From: bmeehan Date: Fri, 4 Nov 2022 09:54:46 +1100 Subject: [PATCH] ITPLT-2247 try adding notest to the lookup block --- roles/product_install/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/product_install/tasks/main.yml b/roles/product_install/tasks/main.yml index 92aec04..26bd037 100644 --- a/roles/product_install/tasks/main.yml +++ b/roles/product_install/tasks/main.yml @@ -182,9 +182,11 @@ ansible.builtin.set_fact: download_atlassian_password: "{{ lookup('amazon.aws.aws_secret', 'download_atlassian.password', region=ansible_ec2_placement_region, bypath=false, nested=true, on_denied='skip', on_missing='skip') }}" download_atlassian_username: "{{ lookup('amazon.aws.aws_secret', 'download_atlassian.username', region=ansible_ec2_placement_region, bypath=false, nested=true, on_denied='skip', on_missing='skip') }}" - failed_when: False + failed_when: false no_log: true when: ansible_ec2_placement_region is defined + tags: + - notest # Fetch binary and copy to temp # optionally use basic_auth creds from secrets_manager