diff --git a/tests/inventory b/tests/inventory index 0ed0a20..68b2dac 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1 +1,2 @@ -localhost ansible_connection=local ansible_become=True +[all] +localhost diff --git a/tests/test.yml b/tests/test.yml index 49b8390..54e2e15 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -16,5 +16,6 @@ - name: Playbook for role testing hosts: localhost connection: local + become: true tasks: - debug: msg="Testing is still to be implemented"