Skip to content

Commit

Permalink
define and add default value for clean_before_add
Browse files Browse the repository at this point in the history
  • Loading branch information
w1nda authored Jan 22, 2025
1 parent 9c7ce23 commit cccf628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/fanout/tasks/rootfanout_connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- set_fact: dut="{{ leaf_name }}"
when: deploy_leaf

- set_fact:
clean_before_add: "{{ clean_before_add | default('y') }}"

- debug: msg="Configuring fanout switch for {{ dut }}"

- name: Gathering connection facts about the DUTs or leaffanout device
Expand Down

0 comments on commit cccf628

Please sign in to comment.