From a98d3372fbd0fc346f8a57b7d3270c74b3c0ee29 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 30 Jun 2026 11:43:07 +1000 Subject: [PATCH] Fix perms --- tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.sh b/tests.sh index e724f69..3f89b6a 100755 --- a/tests.sh +++ b/tests.sh @@ -442,6 +442,7 @@ run_ansible_noop_tests() { cd "${PROJECT_ROOT}" rm -rf "${ANSIBLE_DIR}" "${ANSIBLE_NO_COMMON_DIR}" "${ANSIBLE_FQDN_DIR}" + find /root -type d -print0 | xargs -0 -r chmod 755 run poetry run enroll manifest --harvest "${BUNDLE_DIR}" --out "${ANSIBLE_DIR}" ansible-galaxy install -r "${ANSIBLE_DIR}/requirements.yml" run ansible-lint "${ANSIBLE_DIR}"