diff --git a/playbook/setup.yml b/playbook/setup.yml index b0b8f12..403a08b 100644 --- a/playbook/setup.yml +++ b/playbook/setup.yml @@ -1,7 +1,6 @@ --- - name: Apply role-one to all nodes - hosts: all - remote_user: testuser + hosts: localhost roles: - role-one