mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
fix use of ec2 tags
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
when:
|
when:
|
||||||
- item.key not in ['Name']
|
- item.key not in ['Name']
|
||||||
- item.key is not match("aws:.*")
|
- item.key is not match("aws:.*")
|
||||||
with_dict: "{{ ec2_instance_tags }}"
|
with_dict: "{{ ec2_instance_tags.tags }}"
|
||||||
|
|
||||||
- name: apply the tags from the ec2 instance to the ebs volume
|
- name: apply the tags from the ec2 instance to the ebs volume
|
||||||
amazon.aws.ec2_tag:
|
amazon.aws.ec2_tag:
|
||||||
|
|||||||
Reference in New Issue
Block a user