mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Flip the instance ID var for AWS to instance_id
This is always returned by the plugin, ec2_id was what the old script returned.
This commit is contained in:
parent
de0967a587
commit
a1934823ba
@ -662,7 +662,7 @@ INV_ENV_VARIABLE_BLOCKED = ("HOME", "USER", "_", "TERM")
|
||||
# ----------------
|
||||
EC2_ENABLED_VAR = 'ec2_state'
|
||||
EC2_ENABLED_VALUE = 'running'
|
||||
EC2_INSTANCE_ID_VAR = 'ec2_id'
|
||||
EC2_INSTANCE_ID_VAR = 'instance_id'
|
||||
EC2_EXCLUDE_EMPTY_GROUPS = True
|
||||
|
||||
# ------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user