From 9089ffbc9ab05adeed8c53d7f1e28744ee4289e9 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Mon, 27 Feb 2023 16:59:53 +0100 Subject: [PATCH] base: Move base playbook Signed-off-by: Noah Knegt --- playbooks/base.yml => base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename playbooks/base.yml => base.yml (96%) diff --git a/playbooks/base.yml b/base.yml similarity index 96% rename from playbooks/base.yml rename to base.yml index 0c57e87..8bebd28 100644 --- a/playbooks/base.yml +++ b/base.yml @@ -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)