base: Move base playbook

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-02-27 16:59:53 +01:00
parent 3395acc90f
commit 9089ffbc9a

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)