forked from stove/risotto
24 lines
465 B
Text
24 lines
465 B
Text
|
- name: installation dépendances
|
||
|
apt:
|
||
|
pkg:
|
||
|
- systemd-container
|
||
|
- dnf
|
||
|
- jq
|
||
|
- debootstrap
|
||
|
- htop
|
||
|
- gettext
|
||
|
- patch
|
||
|
- unzip
|
||
|
- mlocate
|
||
|
- xz-utils
|
||
|
- iptables
|
||
|
update_cache: yes
|
||
|
state: latest
|
||
|
|
||
|
MARCHE
|
||
|
- name: installation dépendances
|
||
|
apt:
|
||
|
pkg: "{{ packages }}"
|
||
|
update_cache: yes
|
||
|
state: latest
|