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
add tools needed by ansible
master
Markus Katharina Brechtel
7 years ago
parent
32136d923f
commit
460d72dc4e
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
tasks/setup_Debian.yml
+ 8
- 0
tasks/setup_Debian.yml
View File
@@ -9,3 +9,11 @@
apt:
pkg: ansible
state: present
- name: install other tools
apt:
pkg: "{{item}}"
state: present
with_items:
- ipv6calc
- uuid
Write
Preview
Loading…
Cancel
Save