summaryrefslogtreecommitdiff
path: root/roles/installer/ubuntu/fetch/tasks/fetch-latest.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/ubuntu/fetch/tasks/fetch-latest.yml')
-rw-r--r--roles/installer/ubuntu/fetch/tasks/fetch-latest.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/installer/ubuntu/fetch/tasks/fetch-latest.yml b/roles/installer/ubuntu/fetch/tasks/fetch-latest.yml
deleted file mode 100644
index 9baa6d97..00000000
--- a/roles/installer/ubuntu/fetch/tasks/fetch-latest.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-- name: downloading SHA256SUMS and signature file for latest release
- loop:
- - SHA256SUMS
- - SHA256SUMS.gpg
- get_url:
- url: "https://releases.ubuntu.com/{{ ubuntu_installer_codename }}/{{ item }}"
- dest: "{{ ubuntu_installer_target_dir }}/{{ item }}"
- force: "{{ ubuntu_installer_force_download }}"
-
-- name: set download url to releases.ubuntu.com
- set_fact:
- ubuntu_installer_base_url: "https://releases.ubuntu.com/{{ ubuntu_installer_codename }}"