Bläddra i källkod

install pip with normal packages list

master
förälder
incheckning
7390fa7ca1
2 ändrade filer med 1 tillägg och 6 borttagningar
  1. +0
    -6
      tasks/ovh_module.yml
  2. +1
    -0
      tasks/setup_Debian.yml

+ 0
- 6
tasks/ovh_module.yml Visa fil

@@ -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 Visa fil

@@ -6,6 +6,7 @@
state: present
with_items:
- ansible
- python-pip
- ipv6calc
- uuid
- git


Laddar…
Avbryt
Spara