diff --git a/tests/test-full.yml b/tests/test-full.yml index ff1f429..4228660 100644 --- a/tests/test-full.yml +++ b/tests/test-full.yml @@ -1,6 +1,6 @@ --- - hosts: all - sudo: true + become: true pre_tasks: - name: Ensure /var/www/html exists file: diff --git a/tests/test.yml b/tests/test.yml index 0dd7dd9..f5d770a 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -1,6 +1,6 @@ --- - hosts: all - sudo: true + become: true vars: samba_netbios_name: SAMBA_TEST roles: