mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-367: Use notest tag rather than checking the vendor as it can sometimes be undefined.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
- name: Fetch local EC2 metadata
|
||||
ec2_metadata_facts:
|
||||
# Guard is mostly for testing
|
||||
when: ansible_system_vendor == "Amazon EC2"
|
||||
tags:
|
||||
- notest
|
||||
|
||||
- name: Use EC2 instance ID for cluster node ID
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user