Skip to content

Commit

Permalink
Update main.yml (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn authored Sep 30, 2024
1 parent 348b396 commit 446ff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible-ipi-install/roles/network-discovery/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
ansible_eligible_interfaces: "{{ ansible_eligible_interfaces | reject('search', '[.]') | list }}"

- include_tasks: 10_get_nic.yml
with_items:
- "{{ ansible_eligible_interfaces }}"
with_items:
- "{{ ansible_eligible_interfaces }}"

- name: Set lab_pub_nics for master
set_fact:
Expand Down

0 comments on commit 446ff96

Please sign in to comment.