fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

flush network role handlers #136

Closed martbhell closed 8 years ago

martbhell commented 8 years ago

We are using handlers in https://github.com/CSC-IT-Center-for-Science/fgci-ansible/blob/master/roles/network_interface/tasks/main.yml to restart network services when the configuration is changed - if there is a role after the network_interfaces which depend on any of thenetwork configuration (I'm looking at you IB) then there might be issues as the network service is only restarted at the end of the play.

- meta: flush_handlers