fix bug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -35,4 +35,4 @@
|
||||
ansible.builtin.reboot:
|
||||
when:
|
||||
- result.rc == 1
|
||||
- allow_reboot is true
|
||||
- allow_reboot == true
|
||||
Reference in New Issue
Block a user