mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-03 21:06:22 +00:00
ansible fixes
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
with_items:
|
||||
- unzip
|
||||
- jq
|
||||
- {{service}}
|
||||
- "{{service}}"
|
||||
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
when: ansible_os_family == "Debian"
|
||||
apt: pkg={{item}}
|
||||
with_items:
|
||||
- python-minimal
|
||||
- unzip
|
||||
- jq
|
||||
- {{service}}
|
||||
- "{{service}}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user