Swap to role based tasks #1

Merged
noah.knegt merged 10 commits from roles into master 2023-02-28 15:49:55 +01:00
20 changed files with 316 additions and 72 deletions
Showing only changes of commit 9089ffbc9a - Show all commits

View File

@@ -8,13 +8,13 @@
#===================================================================================================
---
- hosts: all
- hosts: localhost
become: true
roles:
- base
# Clean up the system
- hosts: all
- hosts: localhost
become: true
tasks:
- name: cleanup package cache (debian and ubuntu)