split role in multiple files
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
914c13d5a0
commit
165b48cd61
4 changed files with 59 additions and 47 deletions
6
tasks/packages.yml
Normal file
6
tasks/packages.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: "Install packages"
|
||||
apt:
|
||||
name: "{{ item.key }}"
|
||||
loop: "{{ __packages | dict2items }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue