Преглед изворни кода

package dependency for json_query

master
Markus Katharina Brechtel пре 7 година
родитељ
комит
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…
Откажи
Сачувај