Skip to content

Commit fccdaaa

Browse files
committed
test(test-image): don't let nvim autocomplete conf to config, damnit
1 parent cbd5986 commit fccdaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
failed_when: verify_result.rc != 0
3434
when: debpkg_mode or stage2_nix
3535

36-
- command: cat /etc/postgresql/postgresql.config
36+
- command: cat /etc/postgresql/postgresql.conf
3737
register: pgconf
3838
- debug:
3939
msg: "{{ pgconf.stdout }}"

0 commit comments

Comments
 (0)