From 6b2e64df913a00a534bafe1429152a2c4aa0968d Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 25 Jul 2023 16:15:01 +0000 Subject: [PATCH] Fix typo --- playbooks/dna-gw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/dna-gw.yml b/playbooks/dna-gw.yml index 00f50ea..533314a 100644 --- a/playbooks/dna-gw.yml +++ b/playbooks/dna-gw.yml @@ -79,7 +79,7 @@ - name: Create tftp ramdisk for OpenBSD installs ansible.builtin.get_url: - url: "https://ftp.eu.openbsd.org/pub/OpenBSD//7.3/amd64/bsd.rd" + url: "https://ftp.eu.openbsd.org/pub/OpenBSD/7.3/amd64/bsd.rd" checksum: sha1:72b46ad8e97b2082d145a739264e818dcd154021 dest: /srv/tftpboot/bsd.rd mode: 0644