diff --git a/ansible/physical_network.yml b/ansible/physical_network.yml index 2052cf4..4b51038 100644 --- a/ansible/physical_network.yml +++ b/ansible/physical_network.yml @@ -20,7 +20,8 @@ ### Firstly, some fact gathering. # Start off by assuming the source interface is direct, unless proven # otherwise. -- set_fact: +- name: Set initial value for source_type + set_fact: source_type: direct - name: Get source interface details