debops / ansible-ifupdown

Manage network interface configuration in /etc/network/interfaces
GNU General Public License v3.0
25 stars 14 forks source link

depending on the script #27

Closed le9i0nx closed 9 years ago

le9i0nx commented 9 years ago

https://github.com/debops/ansible-ifupdown/blob/master/templates/usr/local/lib/ifupdown-reconfigure-interfaces.j2 I did not have on the target system logger and rsync I think ansible must set (check), depending on the script. Their absence leads to unforeseen behavior of a script.

Package: bsdutils , rsync

drybjed commented 9 years ago

Good idea. I'll add rsync to required packages and check if logger is available before using it.

le9i0nx commented 9 years ago

https://github.com/debops/ansible-ifupdown/pull/29