mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
- /etc/apt/trusted.gpg.d/docker.gpg
|
- /etc/apt/trusted.gpg.d/docker.gpg
|
||||||
- name: Update apt cache
|
- name: Update apt cache
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
|
||||||
- name: Disable swap
|
- name: Disable swap
|
||||||
command: swapoff -a
|
command: swapoff -a
|
||||||
@@ -132,7 +132,6 @@
|
|||||||
name:
|
name:
|
||||||
- containerd.io
|
- containerd.io
|
||||||
state: present
|
state: present
|
||||||
update_cache: true
|
|
||||||
|
|
||||||
- name: Generate default containerd config
|
- name: Generate default containerd config
|
||||||
command: containerd config default
|
command: containerd config default
|
||||||
|
|||||||
Reference in New Issue
Block a user