diff options
Diffstat (limited to 'test/integration/targets/aws_eks/playbooks/full_test.yml')
-rw-r--r-- | test/integration/targets/aws_eks/playbooks/full_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/aws_eks/playbooks/full_test.yml b/test/integration/targets/aws_eks/playbooks/full_test.yml index cd020be571..354dd744d3 100644 --- a/test/integration/targets/aws_eks/playbooks/full_test.yml +++ b/test/integration/targets/aws_eks/playbooks/full_test.yml @@ -1,5 +1,6 @@ - hosts: localhost connection: local + environment: "{{ ansible_test.environment }}" roles: - aws_eks |