From 4710231c91ad3458a17e319e30b9c2c5daa7ad8d Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 15 Dec 2025 11:57:33 +1100 Subject: [PATCH] Remove sudo in tests --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 68842f4..f8d246c 100755 --- a/tests.sh +++ b/tests.sh @@ -21,4 +21,4 @@ builtin cd "${ANSIBLE_DIR}" ansible-lint "${ANSIBLE_DIR}" # Run -sudo ansible-playbook playbook.yml -i "localhost," -c local --check --diff +ansible-playbook playbook.yml -i "localhost," -c local --check --diff