Skip to content

Commit

Permalink
fix azure_cedge_vm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus committed Oct 31, 2024
1 parent 1f567f2 commit 06393d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: cisco
name: sdwan_deployment
version: 0.3.0
version: 0.3.1
readme: README.md
authors:
- Arkadiusz Cichon <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion roles/azure_edges/tasks/azure_cedge_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
loop_var: subnet
when:
- subnet.VPN == 0
- subnet.type =! "cluster"
- subnet.type != "cluster"

- name: "Set path for bootstrap configuration: {{ userdata_cedge_path }}-{{ hostname }}"
ansible.builtin.set_fact:
Expand Down

0 comments on commit 06393d8

Please sign in to comment.