This commit is contained in:
willtome
2022-03-29 14:46:18 -04:00
parent 771fb3eab3
commit e9282c3c09
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ aws_region: us-east-1
aws_vm_name: "{{ vm_name }}"
aws_vm_owner: "{{ vm_owner }}"
aws_blueprint: "{{ vm_blueprint }}"
aws_image_filter: "{{ omit }}"
aws_image_size: "{{ omit }}"
#aws_image_filter: "{{ omit }}"
#aws_instance_size: "{{ omit }}"
#aws_image_architecture: "{{ omit }}"
#aws_image_owners: "{{ omit }} "
aws_userdata_template: default

View File

@@ -35,4 +35,4 @@
ansible.builtin.reboot:
when:
- result.rc == 1
- allow_reboot is true
- allow_reboot == true