From c47c5b914df304593877bdcce70973a8c0cf2755 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 1 Dec 2017 13:55:42 -0500 Subject: [PATCH] cobbler_profile: Replace 16.04 with 16.04.3 iso Signed-off-by: David Galloway --- roles/cobbler_profile/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index a13c58b1..15a13b37 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -71,8 +71,8 @@ distros: kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" "Ubuntu-16.04-server-x86_64": - iso: "http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso" - sha256: b8b172cbdf04f5ff8adc8c2c1b4007ccf66f00fc6a324a6da6eba67de71746f6 + iso: "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso" + sha256: a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600 kickstart: cephlab_ubuntu.preseed kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" -- 2.47.3