diff --git a/playbook.yml b/playbook.yml --- a/playbook.yml +++ b/playbook.yml @@ -1,5 +1,6 @@ --- -- hosts: devbox +- name: Devbox Setup + hosts: all become: yes roles: - devbox