fix no_log indentation so AWS temporary credentials aren't displayed in tests
(cherry picked from commit 6cacbcba665af685608253d16275d3bcf33dfa79)
This commit is contained in:
parent
2c1381aeb5
commit
88106ce626
3 changed files with 4 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
bugfixes:
|
||||||
|
- inventory_aws_ec2 - fix no_log indentation so AWS temporary credentials aren't displayed in tests
|
|
@ -5,7 +5,7 @@
|
||||||
aws_secret_key: '{{ aws_secret_key }}'
|
aws_secret_key: '{{ aws_secret_key }}'
|
||||||
security_token: '{{ security_token }}'
|
security_token: '{{ security_token }}'
|
||||||
region: '{{ aws_region }}'
|
region: '{{ aws_region }}'
|
||||||
no_log: yes
|
no_log: yes
|
||||||
|
|
||||||
- name: get image ID to create an instance
|
- name: get image ID to create an instance
|
||||||
ec2_ami_facts:
|
ec2_ami_facts:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
aws_secret_key: '{{ aws_secret_key }}'
|
aws_secret_key: '{{ aws_secret_key }}'
|
||||||
security_token: '{{ security_token }}'
|
security_token: '{{ security_token }}'
|
||||||
region: '{{ aws_region }}'
|
region: '{{ aws_region }}'
|
||||||
no_log: yes
|
no_log: yes
|
||||||
|
|
||||||
- name: remove setup security group
|
- name: remove setup security group
|
||||||
ec2_group:
|
ec2_group:
|
||||||
|
|
Loading…
Reference in a new issue