Skip to content

Commit cbd5986

Browse files
committed
test(test-image): cat the pg conf file to stdout so i can see wtf is going on
1 parent ecaabda commit cbd5986

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/tasks/test-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
failed_when: verify_result.rc != 0
3434
when: debpkg_mode or stage2_nix
3535

36+
- command: cat /etc/postgresql/postgresql.config
37+
register: pgconf
38+
- debug:
39+
msg: "{{ pgconf.stdout }}"
40+
3641
- name: Start Postgres Database to load all extensions.
3742
become: yes
3843
become_user: postgres

0 commit comments

Comments
 (0)