mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:44:46 +07:00
Move ISO files to files/images instead of build/images
This commit is contained in:
parent
3cc673d274
commit
fb54a09ff1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
build/
|
||||
terraform-*-tmp-*/
|
||||
|
||||
*.iso
|
||||
*.log
|
||||
.terraform*
|
||||
backend.tfvars
|
||||
|
@ -9,13 +9,13 @@
|
||||
state: directory
|
||||
loop:
|
||||
- "{{ role_path }}/build"
|
||||
- "{{ role_path }}/build/images"
|
||||
- "{{ role_path }}/files/images"
|
||||
- "{{ role_path }}/build/mnt"
|
||||
|
||||
- name: Download ISO
|
||||
get_url:
|
||||
url: "{{ iso_url }}"
|
||||
dest: "{{ role_path }}/build/images/{{ iso_file_name }}"
|
||||
dest: "{{ role_path }}/files/images/{{ iso_file_name }}"
|
||||
checksum: "{{ iso_checksum }}"
|
||||
delegate_to: localhost
|
||||
register: iso
|
||||
|
Loading…
Reference in New Issue
Block a user