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
install pip with normal packages list
master
Markus Katharina Brechtel
7 years ago
parent
bd0486f120
commit
7390fa7ca1
2 changed files
with
1 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
tasks/ovh_module.yml
+1
-0
tasks/setup_Debian.yml
+ 0
- 6
tasks/ovh_module.yml
View File
@@ -1,11 +1,5 @@
---
- name: debian packages
apt:
pkg: "{{item}}"
with_items:
- python-pip
- name: python ovh client
pip:
name: ovh
+ 1
- 0
tasks/setup_Debian.yml
View File
@@ -6,6 +6,7 @@
state: present
with_items:
- ansible
- python-pip
- ipv6calc
- uuid
- git
Write
Preview
Loading…
Cancel
Save