Disable deleting sources.list.d/*

Earlier sources.list.d/ contained duplicate repositories also
contained in sources.list, but this does not seem to be the
case anymore
This commit is contained in:
Sebastian Lohff 2019-03-29 00:43:25 +01:00
parent 5280d00234
commit d467d66b64
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# create boot iso
- name: Create config drive
shell: |
genconfdrv -H {{ vm.hostname }} -o {{ xen_vm_creator_iso_dir }}/{{ vm.hostname}}.iso \
genconfdrv -H {{ vm.hostname }} -o {{ xen_vm_creator_iso_dir }}/{{ vm.hostname}}.iso --ndsc \
{% if user_list %}-a {% for user in user_list %}{{ user | quote }} {% endfor %}{% endif %}\
{% if net_list %}-i {% for net in net_list %}{{ net | quote }} {% endfor %}{% endif %}
vars: