[cloud] Don't log AWS credentials when creating YAML anchor for ECS integration tests (#34625)

Turn `no_log` on when setting the fact.
pull/34670/head
Will Thames 7 years ago committed by Ryan Brown
parent 03794864c2
commit ec5e509233

@ -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:

Loading…
Cancel
Save