diff options
author | Sloane Hertel <shertel@redhat.com> | 2019-02-27 19:22:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 19:22:43 +0100 |
commit | 8fbb2f8b2a99920ded209f6db0aea63866ae5e1c (patch) | |
tree | d768405c7ca7002f995115eefed8c812930061e7 /test | |
parent | Developer documentation - Change path to connection_plugins (#52577) (diff) | |
download | ansible-8fbb2f8b2a99920ded209f6db0aea63866ae5e1c.tar.xz ansible-8fbb2f8b2a99920ded209f6db0aea63866ae5e1c.zip |
fix no_log indentation so AWS temporary credentials aren't displayed in tests (#53073)
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/inventory_aws_ec2/playbooks/setup.yml | 2 | ||||
-rw-r--r-- | test/integration/targets/inventory_aws_ec2/playbooks/tear_down.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/inventory_aws_ec2/playbooks/setup.yml b/test/integration/targets/inventory_aws_ec2/playbooks/setup.yml index 53a2214050..6f24e1cf3d 100644 --- a/test/integration/targets/inventory_aws_ec2/playbooks/setup.yml +++ b/test/integration/targets/inventory_aws_ec2/playbooks/setup.yml @@ -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: diff --git a/test/integration/targets/inventory_aws_ec2/playbooks/tear_down.yml b/test/integration/targets/inventory_aws_ec2/playbooks/tear_down.yml index 52cf2ac864..4c8240e46d 100644 --- a/test/integration/targets/inventory_aws_ec2/playbooks/tear_down.yml +++ b/test/integration/targets/inventory_aws_ec2/playbooks/tear_down.yml @@ -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: |