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