workaround: hardcode internal ip for transparent ports

This commit is contained in:
2022-12-29 01:47:15 +01:00
parent 5b50fbbbf3
commit 90ca6be7fd
2 changed files with 5 additions and 4 deletions

View File

@@ -47,7 +47,8 @@
command: dpkg -s postgresql
register: postgresql_installed
ignore_errors: true
changed_when: False
changed_when: false
failed_when: false
check_mode: no
- name: Set has_postgres variable