Просмотр исходного кода

jmespath-terminal requires python-pip

master
Markus Katharina Brechtel 5 лет назад
Родитель
Сommit
5cfc84f07e
1 измененных файлов: 3 добавлений и 1 удалений
  1. +3
    -1
      tasks/main.yaml

+ 3
- 1
tasks/main.yaml Просмотреть файл

@@ -1,5 +1,6 @@
---
- apt:
- name: debian packages
apt:
pkg:
- openssh-client
- ssh-agent-filter
@@ -13,6 +14,7 @@
- rsync
- zsync
- secure-delete
- python-pip # needed by jmespath-terminal

- name: jpath - JMESPath exploration tool in the terminal
pip: