mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
Added unzip to packages to install
This commit is contained in:
@ -44,6 +44,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- python2-pip
|
- python2-pip
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
|
- unzip
|
||||||
|
- tar
|
||||||
|
|
||||||
- name: Install toml
|
- name: Install toml
|
||||||
when: ansible_os_family == "RedHat"
|
when: ansible_os_family == "RedHat"
|
||||||
|
@ -24,5 +24,8 @@
|
|||||||
|
|
||||||
- name: Install package on Debian/Ubuntu
|
- name: Install package on Debian/Ubuntu
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
apt: "pkg=python-toml state=latest"
|
apt: "pkg={{item}} state=latest"
|
||||||
|
with_items:
|
||||||
|
- python-toml
|
||||||
|
- unzip
|
||||||
|
- tar
|
||||||
|
Reference in New Issue
Block a user