Skip to content

Commit

Permalink
or not and
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Oct 15, 2024
1 parent d242b84 commit 5ee345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/initial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
availabilityZone: '{{ azEMEA }}'
awsAMI: '{{ amiEMEA }}'
securityGroups: '{{ securityGroupsEMEA }}'
when: userRegion | default("1") == "1" and userRegion | default("1") not in ["1", "2", "3"]
when: userRegion | default("1") == "1" or userRegion | default("1") not in ["1", "2", "3"]

- name: AMS Region
set_fact:
Expand Down

0 comments on commit 5ee345f

Please sign in to comment.