diff --git a/local.yml b/local.yml index ef8d7b1..e04e772 100644 --- a/local.yml +++ b/local.yml @@ -1,6 +1,7 @@ --- -- hosts: all +- hosts: localhost tags: always + connection:local become: true pre_tasks: - name: pre-run | update package cache (arch)