mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 05:42:46 +01:00
klal
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
- name: Include role local mirror
|
||||
ansible.builtin.include_role:
|
||||
name: mirror_repo
|
||||
when: use_local_repo == true
|
||||
when: use_local_repo | default(false)
|
||||
|
||||
|
||||
- name: Disable SELinux
|
||||
|
||||
Reference in New Issue
Block a user