mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
fix use of ec2 tags
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
when:
|
||||
- item.key not in ['Name']
|
||||
- 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
|
||||
amazon.aws.ec2_tag:
|
||||
|
||||
Reference in New Issue
Block a user