core: Fix ubuntu config

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-02-27 17:28:46 +01:00
parent 80c52199ef
commit 230dde1a9b
3 changed files with 19 additions and 3 deletions

View File

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