Compare commits

..

No commits in common. "5280d0023491a674c49dc03361bf465bd4c1007d" and "8ab2b6797e492a7516a210ae9bfa0ffbd5278f35" have entirely different histories.

2 changed files with 0 additions and 17 deletions

View File

@ -11,5 +11,4 @@
pip:
name: git+https://git.someserver.de/seba/genconfdrv/
executable: pip3
state: "{% if xen_vm_creator_update_genconfdrv|default %}latest{% else %}present{% endif %}"
when: xen_vm_creator_install_genconfdrv

View File

@ -28,14 +28,6 @@
{% if net.gateway|default %}
':{{ net.gateway }}'
{% endif %}
{% if net.routes|default %}
{% if not net.gateway|default %}
':'
{% endif %}
{% for route in net.routes %}
':{{ route.route }}-{{ route.gw }}'
{% endfor %}
{% endif %}
{% endif %}
,
@ -44,14 +36,6 @@
{% if net.gateway6|default %}
';{{ net.gateway6 }}'
{% endif %}
{% if net.routes6|default %}
{% if not net.gateway6|default %}
';'
{% endif %}
{% for route in net.routes6 %}
';{{ route.net }}-{{ route.gw }}'
{% endfor %}
{% endif %}
,
{% endif %}
{% endfor %}