update to debian 11.1
This commit is contained in:
parent
6c5fb8c584
commit
c3432a7452
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
- name: Download ISO Image
|
- name: Download ISO Image
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.0.0-amd64-netinst.iso"
|
url: "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.1.0-amd64-netinst.iso"
|
||||||
dest: "/opt/ansiblepackages/debianunattended/debian-11.0.0-amd64-netinst.iso"
|
dest: "/opt/ansiblepackages/debianunattended/debian-11.1.0-amd64-netinst.iso"
|
||||||
|
|
||||||
- name: delete old stuff
|
- name: delete old stuff
|
||||||
file:
|
file:
|
||||||
@ -23,7 +23,7 @@
|
|||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: extract ISO Image
|
- name: extract ISO Image
|
||||||
command: xorriso -osirrox on -indev /opt/ansiblepackages/debianunattended/debian-11.0.0-amd64-netinst.iso -extract / /opt/ansiblepackages/debianunattended/isofiles/
|
command: xorriso -osirrox on -indev /opt/ansiblepackages/debianunattended/debian-11.1.0-amd64-netinst.iso -extract / /opt/ansiblepackages/debianunattended/isofiles/
|
||||||
args:
|
args:
|
||||||
creates: /opt/ansiblepackages/debianunattended/isofiles/install.amd/initrd.gz
|
creates: /opt/ansiblepackages/debianunattended/isofiles/install.amd/initrd.gz
|
||||||
|
|
||||||
@ -104,4 +104,4 @@
|
|||||||
mode: +w
|
mode: +w
|
||||||
|
|
||||||
- name: genisoimage
|
- name: genisoimage
|
||||||
command: genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o /opt/ansiblepackages/debianunattended/debian-11.0.0-amd64-netinst-unattended-{{ debianunattended_hostname }}.iso /opt/ansiblepackages/debianunattended/isofiles
|
command: genisoimage -r -J -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o /opt/ansiblepackages/debianunattended/debian-11.1.0-amd64-netinst-unattended-{{ debianunattended_hostname }}.iso /opt/ansiblepackages/debianunattended/isofiles
|
||||||
|
Loading…
Reference in New Issue
Block a user