Update to 2022-02-02 23:00

This commit is contained in:
Daniel Berteaud
2022-02-02 23:00:07 +01:00
parent dcd16b8ee8
commit 81da0fe8f1
7 changed files with 19 additions and 7 deletions

View File

@@ -46,7 +46,12 @@
pip: name=dns-lexicon state=latest
environment:
- https_proxy: "{{ system_proxy | default('') }}"
when: ansible_os_family == 'Debian'
when: ansible_os_family == 'Debian' and ansible_distribution_major_version is version('11', '<')
tags: web,ssl
- name: Install lexicon
package: name=lexicon state=latest
when: ansible_os_family == 'Debian' and ansible_distribution_major_version is version('11', '>=')
tags: web,ssl
- name: Create hook directories