Skip to content

Commit 15f55c3

Browse files
fix output
Signed-off-by: Mariusz Jóźwiak <[email protected]>
1 parent de0a5f5 commit 15f55c3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site.maintenance.find-untagged.yml

-5
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
_ec2_ebs_list_review: "{{ _ec2_ebs_list_review + [item.id] }}"
4747
with_items: "{{ _ec2_ebs_list.volumes }}"
4848

49-
- name: Debug
50-
debug:
51-
var: _ec2_untagged_list
52-
5349
- name: Set _ec2_list_review
5450
set_fact:
5551
_ec2_list_review: "{{ _ec2_list_review | default() + 'ID : ' + item.id + ' Name : ' + item.name | default() '\n' }}"
@@ -61,4 +57,3 @@
6157
msg: "{% if (_ec2_ebs_list.volumes | length) > 0 %} EBS volumes to review: {{ _ec2_ebs_list_review | join(',') }} \n {% endif %} \
6258
{% if (_ec2_untagged_list | length) > 0 %} EC2 instances to review: \n {{ _ec2_list_review }} {% endif %} "
6359
when: "{{ (_ec2_untagged_list | length > 0) or (_ec2_ebs_list.volumes | length >0) }}"
64-

0 commit comments

Comments
 (0)