1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix no_log indentation so AWS temporary credentials aren't displayed in tests (#53073)

This commit is contained in:
Sloane Hertel 2019-02-27 12:22:43 -06:00 committed by GitHub
parent 4af5842409
commit 8fbb2f8b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- inventory_aws_ec2 - fix no_log indentation so AWS temporary credentials aren't displayed in tests

View file

@ -5,7 +5,7 @@
aws_secret_key: '{{ aws_secret_key }}'
security_token: '{{ security_token }}'
region: '{{ aws_region }}'
no_log: yes
no_log: yes
- name: get image ID to create an instance
ec2_ami_facts:

View file

@ -5,7 +5,7 @@
aws_secret_key: '{{ aws_secret_key }}'
security_token: '{{ security_token }}'
region: '{{ aws_region }}'
no_log: yes
no_log: yes
- name: remove setup security group
ec2_group: