mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-890: Older installs may not have DescribeTags perms.
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
resource: "{{ ansible_ec2_instance_id }}"
|
resource: "{{ ansible_ec2_instance_id }}"
|
||||||
state: list
|
state: list
|
||||||
register: ec2_instance_tags
|
register: ec2_instance_tags
|
||||||
|
ignore_errors: true
|
||||||
tags:
|
tags:
|
||||||
- notest
|
- notest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user