This commit is contained in:
2026-03-04 19:20:01 +01:00
parent 9df894935f
commit d84978bcbc

View File

@@ -9,7 +9,7 @@
- name: Include role local mirror - name: Include role local mirror
ansible.builtin.include_role: ansible.builtin.include_role:
name: mirror_repo name: mirror_repo
when: use_local_repo == true when: use_local_repo | default(false)
- name: Disable SELinux - name: Disable SELinux