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
|
||||
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
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue