mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2025-02-21 03:14:45 +00:00
add dep packages
This commit is contained in:
parent
e119bab25c
commit
a0ac261e69
@ -48,9 +48,12 @@
|
|||||||
loop: "{{ wal_g_apt_repository }}"
|
loop: "{{ wal_g_apt_repository }}"
|
||||||
when: wal_g_install_repo
|
when: wal_g_install_repo
|
||||||
|
|
||||||
- name: "Install WAL-G {{ wal_g_version }}"
|
- name: "Install WAL-G {{ wal_g_version }} and deps"
|
||||||
apt:
|
apt:
|
||||||
name: "{{ wal_g_package }}"
|
name:
|
||||||
|
- "{{ wal_g_package }}"
|
||||||
|
- libsodium23
|
||||||
|
- liblzo2-2
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
allow_downgrade: yes
|
allow_downgrade: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user