This website requires JavaScript.
Explore
Help
Sign In
ansible-roles
/
systemd-networkd
Watch
1
Star
0
Fork
You've already forked systemd-networkd
0
Code
Issues
Pull Requests
Releases
Activity
04e8eb2bef
systemd-networkd
/
templates
/
resolv.conf.j2
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Real inital commit
2020-05-05 19:19:38 +03:00
# {{ ansible_managed }}
Inital release 0.1.0
2020-06-04 00:41:22 +03:00
{% for item in networkd_resolv_conf_content %}
Real inital commit
2020-05-05 19:19:38 +03:00
{{ item }}
{% endfor %}