debian.yml 208 B

12345
  1. - name: Restart network
  2. when: network_template_installed|changed
  3. shell: "ifdown --exclude=lo --exclude={{supernode_public_interface}} -a && ifup --exclude=lo --exclude={{supernode_public_interface}} -a"