[Git][root/dbroot/postgresql-sync-config][main] gitlab-ci hostname verification removed [skip ci]

bpt22 pushed to branch main at Root / DBRoot / PostgreSQL Commits: a6fda0ce by Bernardo Pavloski Tomasi at 2025-08-01T18:16:14-03:00 gitlab-ci hostname verification removed [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -43,11 +43,12 @@ sync: - | cd ansible - if ./verify-hostnames.sh ../pg_hba.conf; then - ansible-playbook main.yml -i inv.ini --private-key ../key - else - exit 1 - fi + 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 rules: - if: '$CI_COMMIT_BRANCH == "main"' View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/a6fd... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/dbroot/postgresql-sync-config/-/commit/a6fd... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
bpt22 (@bpt22)