소스 검색

jmespath-terminal requires python-pip

master
부모
커밋
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: