瀏覽代碼

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

Loading…
取消
儲存