mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
EC2 eip facts authentication fix
This commit is contained in:
parent
ecb4e555b4
commit
599c798415
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
- block:
|
||||
- name: Get existing available Elastic IPs
|
||||
ec2_eip_facts:
|
||||
aws_access_key: "{{ access_key }}"
|
||||
aws_secret_key: "{{ secret_key }}"
|
||||
register: raw_eip_addresses
|
||||
|
||||
- set_fact:
|
||||
|
|
Loading…
Add table
Reference in a new issue