From 60bba32701ac586506ebc15db6c2b1e53f9cd54c Mon Sep 17 00:00:00 2001 From: mandar242 Date: Wed, 13 Apr 2022 11:35:36 -0700 Subject: [PATCH] Minor fix: run setup only once --- .../targets/ec2_asg/roles/ec2_asg/tasks/env_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/ec2_asg/roles/ec2_asg/tasks/env_setup.yml b/tests/integration/targets/ec2_asg/roles/ec2_asg/tasks/env_setup.yml index aee843ab43a..dc51d9aa45b 100644 --- a/tests/integration/targets/ec2_asg/roles/ec2_asg/tasks/env_setup.yml +++ b/tests/integration/targets/ec2_asg/roles/ec2_asg/tasks/env_setup.yml @@ -1,5 +1,5 @@ - name: Run ec2_asg integration tests. - + run_once: '{{ setup_run_once | default("no") | bool }}' block: # ============================================================