
bpt22 pushed to branch main at Root / DBRoot / PostgreSQL Commits: 69a4a10e by Bernardo Pavloski Tomasi at 2025-08-01T19:40:10-03:00 gitlab-ci updated - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -43,12 +43,11 @@ sync: - | cd ansible - ansible-playbook main.yml -i inv.ini --private-key ../key - #if ./verify-hostnames.sh ../pg_hba.conf; then - # ansible-playbook main.yml -i inv.ini --private-key ../key - #else - # exit 1 - #fi + if ./verify-hostnames.sh ../pg_hba.conf; then + ansible-playbook main.yml -i inv.ini --private-key ../key + else + exit 1 + fi rules: - if: '$CI_COMMIT_BRANCH == "main"' View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/69a4... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/69a4... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
bpt22 (@bpt22)