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

Revert "tasks/interfaces.yml: Validate systemd unit files" #73

Closed SlothOfAnarchy closed 4 years ago

SlothOfAnarchy commented 4 years ago

Validating does not work, because Ansible does not use the correct file suffix in its temp files. That suffix would be needed for systemd to detect the unti type. See https://github.com/ansible/ansible/issues/19232