modified update-prod-servers.sh fixed syntax error in ANSIBLE_PROJECT filepath is now correct
This commit is contained in:
@@ -6,7 +6,7 @@ set -Eeuo pipefail
|
||||
# Intended to be run by systemd service/timer
|
||||
# ------------------------------------------------------------
|
||||
|
||||
ANSIBLE_PROJECT="/opt/Ansible"
|
||||
ANSIBLE_PROJECT="/opt/ansible"
|
||||
VENV_PATH="${ANSIBLE_PROJECT}/.venv"
|
||||
|
||||
PLAYBOOK="${ANSIBLE_PROJECT}/playbooks/update-rocky-prod.yml"
|
||||
|
||||
Reference in New Issue
Block a user