Fix perms
Some checks failed
Lint / test (push) Waiting to run
CI / test (push) Successful in 49s
CI / test (almalinux, docker.io/library/almalinux:9, python3.11) (push) Failing after 2m40s
CI / test (debian, docker.io/library/debian:13, python3) (push) Failing after 3m12s

This commit is contained in:
Miguel Jacq 2026-06-30 11:43:07 +10:00
parent 3781d602a1
commit a98d3372fb
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -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}"