Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
src: "route_{{ ansible_os_family }}.j2"
dest: "{{ net_path }}/route-{{ item.device }}"
with_items: "{{ network_vlan_interfaces }}"
when: network_ether_interfaces is defined and item.route is defined
when: network_vlan_interfaces is defined and item.route is defined

- name: Write configuration files for rhel route configuration
template:
Expand Down