mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 15:08:24 +00:00
fix: install missing dirmngr for debian installs
This commit is contained in:
parent
b3feaa255b
commit
2b6260d63e
@ -3,6 +3,12 @@
|
||||
apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=0xcbcb082a1bb943db state=present
|
||||
when: ansible_distribution_major_version is version_compare('8', 'le')
|
||||
|
||||
- name: Install dirmngr for apt key for mariadb for Debian > 8
|
||||
apt:
|
||||
pkg: dirmngr
|
||||
state: present
|
||||
when: ansible_distribution_major_version is version_compare('8', 'gt')
|
||||
|
||||
- name: Add apt key for mariadb for Debian > 8
|
||||
apt_key: keyserver=hkp://keyserver.ubuntu.com:80 id=0xF1656F24C74CD1D8 state=present
|
||||
when: ansible_distribution_major_version is version_compare('8', 'gt')
|
||||
|
Loading…
x
Reference in New Issue
Block a user