mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
Added unzip to packages to install
This commit is contained in:
@ -44,6 +44,8 @@
|
||||
with_items:
|
||||
- python2-pip
|
||||
- python-virtualenv
|
||||
- unzip
|
||||
- tar
|
||||
|
||||
- name: Install toml
|
||||
when: ansible_os_family == "RedHat"
|
||||
|
@ -24,5 +24,8 @@
|
||||
|
||||
- name: Install package on Debian/Ubuntu
|
||||
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