Application de develop sur octo #1
1 changed files with 3 additions and 1 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
become: yes
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- apt:
|
- apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
upgrade: yes
|
|
||||||
# roles:
|
# roles:
|
||||||
# - geerlingguy.pip
|
# - geerlingguy.pip
|
||||||
tasks:
|
tasks:
|
||||||
|
- apt:
|
||||||
|
upgrade: yes
|
||||||
- apt:
|
- apt:
|
||||||
name:
|
name:
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue