6 lines
104 B
YAML
6 lines
104 B
YAML
- name: Install docker and pip3
|
|
apt:
|
|
pkg:
|
|
- docker.io
|
|
- python3-pip
|
|
state: present |