mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 09:08:26 +07:00
Clean up
This commit is contained in:
parent
acb3dd03af
commit
b085a453e7
@ -12,11 +12,11 @@
|
||||
- "{{ role_path }}/build/images"
|
||||
- "{{ role_path }}/build/mnt"
|
||||
|
||||
# - name: Download ISO
|
||||
# get_url:
|
||||
# url: "{{ iso_url }}"
|
||||
# dest: "{{ role_path }}/build/images/centos8.iso"
|
||||
# delegate_to: localhost
|
||||
- name: Download ISO
|
||||
get_url:
|
||||
url: "{{ iso_url }}"
|
||||
dest: "{{ role_path }}/build/images/centos8.iso"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Mount the ISO
|
||||
mount:
|
||||
|
Loading…
Reference in New Issue
Block a user