phpmyadmin fix

This commit is contained in:
2025-11-05 20:23:07 +03:00
parent b70574767e
commit aee0b1dab9
2 changed files with 29 additions and 11 deletions

View File

@ -50,7 +50,7 @@ if [[ -z "$DOMAIN_NAME" ]]; then
fi
COMMAND=$(cat <<EOF
ansible-playbook -e "lxc_host=${SERVER}" -e "initial_site_name=${SITE_NAME}" -e "domain_name=${DOMAIN_NAME}" -e runner=site
ansible-playbook -e "lxc_host=${SERVER}" -e "site_name=${SITE_NAME}" -e "domain_name=${DOMAIN_NAME}" -e runner=site
EOF
)