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)