stuvusIT / network_management

Configure Debian/Ubuntu networking service (/etc/network/interfaces) with Ansible
Creative Commons Attribution Share Alike 4.0 International
2 stars 0 forks source link

Restarting networking.service doesn't work #63

Open haslersn opened 5 years ago

haslersn commented 5 years ago

handlers/main.yml contains:

- name: Restart networking.service
  service:
    name: networking
    state: restarted
  listen: reload_network
  when: not network_management_reboot_for_config and not network_management_plain_run

Is there any distribution where this works? (And as a side question: Why doesn't it have daemon_reload: true?)

dasJ commented 5 years ago

Automatically bumping this issue because it was inactive for 42 days.

dasJ commented 5 years ago

Automatically bumping this issue because it was inactive for 208 days.