blob: 87e05edef5c3ea95c1e35b3ec0f9a573bca36e9d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---
- name: fetch debian installer bake iso
hosts: "{{ install_hostname }}"
connection: local
gather_facts: no
roles:
- role: installer/debian/iso
installer_base_path: "{{ global_cache_dir }}/debian-installer"
installer_keyrings_path: "{{ global_files_dir }}/common/keyrings"
|