Skip to content

Commit b5855ea

Browse files
committed
fix(test-image): le sigh. mandatory args are mandatory
1 parent 5007446 commit b5855ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
- name: Make sure we disabled all the things
2727
ansible.builtin.lineinfile:
28+
path: '/etc/postgresql/postgresql.conf'
2829
regexp: "{{ regx }}"
2930
state: 'present'
3031
check_mode: true

0 commit comments

Comments
 (0)