mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[cloud] Don't log AWS credentials when creating YAML anchor for ECS integration tests (#34625)
Turn `no_log` on when setting the fact.
This commit is contained in:
parent
03794864c2
commit
ec5e509233
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue