This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
package dependency for json_query
master
Markus Katharina Brechtel
7 years ago
parent
71aa7b587a
commit
00e9fb6c9c
1 changed files
with
3 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-6
tasks/setup_Debian.yml
+ 3
- 6
tasks/setup_Debian.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save