소스 검색

add tools needed by ansible

master
부모
커밋
460d72dc4e
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      tasks/setup_Debian.yml

+ 8
- 0
tasks/setup_Debian.yml 파일 보기

@@ -9,3 +9,11 @@
apt:
pkg: ansible
state: present

- name: install other tools
apt:
pkg: "{{item}}"
state: present
with_items:
- ipv6calc
- uuid

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