fix var name
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- name: AWS| CREATE VM | find ami
|
||||
amazon.aws.ec2_ami_info:
|
||||
region: "{{ aws_region }}"
|
||||
owners: "{{ aws_image_owner }}"
|
||||
owners: "{{ aws_image_owners }}"
|
||||
filters:
|
||||
name: "{{ aws_image_filter }}"
|
||||
architecture: "{{ aws_image_architecture }}"
|
||||
|
||||
Reference in New Issue
Block a user