diff --git a/tests/test.yml b/tests/test.yml index 154e3d0..b3cc2b1 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,5 +1,5 @@ --- -- hosts: localhost - remote_user: root +- hosts: all + become: yes roles: - - ansible-role-nvidia-driver \ No newline at end of file + - ../..