Skip to content

Commit

Permalink
ensure that edges from pnp bootstrap generation will use hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Apr 11, 2024
1 parent 9170d2e commit f19e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/azure_edges/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- name: Create ec2 instance - cEdge (C8000V)
ansible.builtin.include_tasks: azure_cedge_vm.yml
vars:
hostname: "{{ instance_item.hostname }}"
hostname: "{{ instance_item.hostname | replace('_', '-') }}"
uuid: "{{ instance_item.uuid }}"
otp: "{{ instance_item.otp }}"
vbond: "{{ instance_item.vbond }}"
Expand Down

0 comments on commit f19e65a

Please sign in to comment.