From fdf37ae2acd6fabaebd7c62d96ef8240607a6823 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Thu, 4 Apr 2019 11:41:12 -0500 Subject: [PATCH] Update redhat.yml --- tasks/redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/redhat.yml b/tasks/redhat.yml index 73bf057..0cca3dd 100644 --- a/tasks/redhat.yml +++ b/tasks/redhat.yml @@ -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: