This commit is contained in:
2026-03-04 19:18:16 +01:00
parent a19f7e86b5
commit ebf5067ef1

View File

@@ -2,11 +2,11 @@
become: "{{ 'no' if inventory_hostname == 'nas.home.lan' else 'yes' }}"
block:
- name: Include role
- name: Include role proxy_repo
ansible.builtin.include_role:
name: proxy_repo
- name: Include role
- name: Include role local mirror
ansible.builtin.include_role:
name: mirror_repo
when: use_local_repo == true