diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index e7722dd..636d148 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -70,8 +70,8 @@ - name: Create tftp pxeboot loader for OpenBSD installs ansible.builtin.get_url: - url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.2/amd64/pxeboot" - checksum: sha1:e5f8117a9c65ab3b31f2d5464940879406caf80e + url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.3/amd64/pxeboot" + checksum: sha1:161b36d4ae3d786aa98c4836abba25f2bca8979d dest: /srv/tftpboot/pxeboot mode: 0644 owner: root @@ -79,8 +79,8 @@ - name: Create tftp ramdisk for OpenBSD installs ansible.builtin.get_url: - url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.2/amd64/bsd.rd" - checksum: sha1:7f8eb578d65401f4076c074802f47a5c732aadb3 + url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.3/amd64/bsd.rd" + checksum: sha1:72b46ad8e97b2082d145a739264e818dcd154021 dest: /srv/tftpboot/bsd.rd mode: 0644 owner: root