Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Oct 15, 2024
1 parent 7862b3a commit 2113f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win/initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

- name: Default VM Count
set_fact:
vmCount: 1
vmNum: 1
when: vmCount is not defined or (vmCount | int) == 0
2 changes: 1 addition & 1 deletion win/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
availability_zone: '{{ availabilityZone }}'
aws_profile: '{{ awsProfile }}'
instance_type: '{{ instanceType }}'
count: '{{ vmCount | default(1) }}'
count: '{{ vmNum | default(1) }}'
volumes:
- device_name: '{{ deviceName }}'
ebs:
Expand Down

0 comments on commit 2113f6c

Please sign in to comment.