소스 검색

package dependency for json_query

master
부모
커밋
00e9fb6c9c
1개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. +3
    -6
      tasks/setup_Debian.yml

+ 3
- 6
tasks/setup_Debian.yml 파일 보기

@@ -1,15 +1,12 @@
---

- name: install ansible
apt:
pkg: ansible
state: present

- name: install other tools
- name: install packages
apt:
pkg: "{{item}}"
state: present
with_items:
- ansible
- ipv6calc
- uuid
- git
- python-jmespath

불러오는 중...
취소
저장