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