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 become: true
roles: roles:
- base - base
# Clean up the system # Clean up the system
- hosts: all - hosts: localhost
become: true become: true
tasks: tasks:
- name: cleanup package cache (debian and ubuntu) - name: cleanup package cache (debian and ubuntu)