diff --git a/tasks/main.yml b/tasks/main.yml index b8b827a..e3d9301 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -104,3 +104,7 @@ - shell: ifdown {{ item.item.device }}; ifup {{ item.item.device }} with_items: bond_result.results when: bond_result is defined and item.changed and ansible_os_family == 'RedHat' + +- name: Re-Gathering facts to make new interfaces available. + setup: +