From ec5e5092331bba3104463dfd6db3cef6c51964a1 Mon Sep 17 00:00:00 2001 From: Will Thames Date: Wed, 10 Jan 2018 01:47:29 +1000 Subject: [PATCH] [cloud] Don't log AWS credentials when creating YAML anchor for ECS integration tests (#34625) Turn `no_log` on when setting the fact. --- test/integration/targets/ecs_cluster/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/ecs_cluster/tasks/main.yml b/test/integration/targets/ecs_cluster/tasks/main.yml index c33407afb6..db7b1cf4db 100644 --- a/test/integration/targets/ecs_cluster/tasks/main.yml +++ b/test/integration/targets/ecs_cluster/tasks/main.yml @@ -10,6 +10,7 @@ aws_secret_key: "{{ aws_secret_key }}" security_token: "{{ security_token }}" region: "{{ aws_region }}" + no_log: yes - name: ensure IAM instance role exists iam_role: