update python
This commit is contained in:
parent
eaa64a41dc
commit
946d6c3ce5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
pkg: ['docker-compose', 'docker.io', 'certbot', 'nginx', 'python-certbot-nginx', 'python-passlib']
|
pkg: ['docker-compose', 'docker.io', 'certbot', 'nginx', 'python3-certbot-nginx', 'python-passlib']
|
||||||
|
|
||||||
- name: enable and start docker service
|
- name: enable and start docker service
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue