mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-02-02 23:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user