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 - name: python ovh client
pip: pip:
name: ovh name: ovh


+ 1
- 0
tasks/setup_Debian.yml Visa fil

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


Laddar…
Avbryt
Spara