diff --git a/ansible/cheaha.yml b/ansible/cheaha.yml index bfb1af113f50383b600441092d4549aef7a82901..79b50bea48e1f4a3b0fb7b6b6e3cf72ac8fb040d 100644 --- a/ansible/cheaha.yml +++ b/ansible/cheaha.yml @@ -1,6 +1,6 @@ --- - name: Setup node for use as a virtual cheaha node - hosts: default + hosts: all become: true roles: - { name: 'cheaha.node', tags: 'cheaha.node' }