bpt22 pushed to branch main at Root / DBRoot / PostgreSQL
Commits:
-
69a4a10e
by Bernardo Pavloski Tomasi at 2025-08-01T19:40:10-03:00
1 changed file:
Changes:
... | ... | @@ -43,12 +43,11 @@ sync: |
43 | 43 | |
44 | 44 | - |
|
45 | 45 | cd ansible
|
46 | - ansible-playbook main.yml -i inv.ini --private-key ../key
|
|
47 | - #if ./verify-hostnames.sh ../pg_hba.conf; then
|
|
48 | - # ansible-playbook main.yml -i inv.ini --private-key ../key
|
|
49 | - #else
|
|
50 | - # exit 1
|
|
51 | - #fi
|
|
46 | + if ./verify-hostnames.sh ../pg_hba.conf; then
|
|
47 | + ansible-playbook main.yml -i inv.ini --private-key ../key
|
|
48 | + else
|
|
49 | + exit 1
|
|
50 | + fi
|
|
52 | 51 | |
53 | 52 | rules:
|
54 | 53 | - if: '$CI_COMMIT_BRANCH == "main"'
|