mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
klal
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
ansible.builtin.include_role:
|
||||
name: proxy_repo
|
||||
|
||||
- name: Include role
|
||||
ansible.builtin.include_role:
|
||||
name: mirror_repo
|
||||
when: use_local_repo == true
|
||||
|
||||
|
||||
- name: Disable SELinux
|
||||
ansible.posix.selinux:
|
||||
state: permissive
|
||||
@@ -78,6 +84,9 @@
|
||||
- docker-ce-cli
|
||||
state: absent
|
||||
ignore_errors: true
|
||||
|
||||
|
||||
|
||||
- name: Install containerd
|
||||
dnf:
|
||||
name: containerd.io
|
||||
|
||||
Reference in New Issue
Block a user