From 892f631fd3f528d3c5ef99f5678a547ff45c1cfe Mon Sep 17 00:00:00 2001 From: Matej Stajduhar Date: Thu, 18 Sep 2025 17:37:07 +0200 Subject: [PATCH] Fixing-copy-AMI-to-backup-region --- roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml b/roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml index 9ea852e3c..3dcf5766b 100644 --- a/roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml +++ b/roles/aws/aws_ec2_autoscale_cluster/tasks/main.yml @@ -784,4 +784,4 @@ aws_profile: "{{ aws_ec2_autoscale_cluster.aws_profile }}" source_region: "{{ aws_ec2_autoscale_cluster.region }}" region: "{{ aws_backup.copy_vault.region }}" - source_image_id: "{{ aws_ec2_autoscale_cluster_image_latest }}" + source_image_id: "{{ aws_ec2_autoscale_cluster_image_latest.image_id }}"