From 6c148e91e93ca50046a08317a56126c712f69624 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Mon, 27 Feb 2023 16:44:36 +0100 Subject: [PATCH] core: Remove unneeded files Signed-off-by: Noah Knegt --- playbooks/apt.yml | 8 -------- playbooks/base.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 playbooks/apt.yml diff --git a/playbooks/apt.yml b/playbooks/apt.yml deleted file mode 100644 index bebdc0a..0000000 --- a/playbooks/apt.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: ubuntu - remote_user: provision - become: true - tasks: - - name: upgrade system - apt: - update_cache: yes - upgrade: yes diff --git a/playbooks/base.yml b/playbooks/base.yml index 12f96c7..abe22e6 100644 --- a/playbooks/base.yml +++ b/playbooks/base.yml @@ -9,6 +9,6 @@ --- - hosts: all - remote_user: root + become: true roles: - base