remove sudo call
All checks were successful
CI / test (push) Successful in 14m27s
Lint / test (push) Successful in 42s

This commit is contained in:
Miguel Jacq 2026-06-16 16:53:28 +10:00
parent 3c84b3c070
commit 5e6c8e6455
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -59,7 +59,7 @@ poetry run \
--harvest "${BUNDLE_DIR}3" \
--out "${PUPPET_DIR}3" \
--target puppet
sudo puppet apply --modulepath "${PUPPET_DIR}3/modules" "${PUPPET_DIR}3/manifests/site.pp" --noop
puppet apply --modulepath "${PUPPET_DIR}3/modules" "${PUPPET_DIR}3/manifests/site.pp" --noop
# Ansible mode!
builtin cd "${ANSIBLE_DIR}"