Bump PonyConf venv too.

This commit is contained in:
Julien Palard 2023-03-30 15:23:45 +02:00
parent 64a2738d0a
commit 09533d6429
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 7 additions and 0 deletions

View File

@ -99,6 +99,12 @@
dest: "{{ ponyconf_home }}/src/"
notify: restart ponyconf
- name: Setup or upgrade venv
become: true
become_user: "{{ ponyconf_user }}"
command: python3 -m venv --upgrade-deps "{{ ponyconf_home }}/venv/"
changed_when: False
- name: Setup PonyConf venv
become: true
become_user: "{{ ponyconf_user }}"

View File

@ -29,6 +29,7 @@
- "certbot<2" # See https://github.com/certbot/certbot/issues/9485
- "acme<2" # See https://github.com/certbot/certbot/issues/9485
- "certbot-plugin-gandi"
- "certbot-nginx" # In case there's a "certbot_authenticator == 'nginx'"
- name: Setup Gandi credentials
copy: