Broke tasks out into roles rather than leaving them all in common
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
---
|
||||
- name: Common program installation
|
||||
hosts: localhost
|
||||
remote_user: elia
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- common
|
||||
- rpmfusion
|
||||
- dnf
|
||||
- codecs
|
||||
- flatpak
|
||||
|
||||
|
||||
Reference in New Issue
Block a user