We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5007446 commit b5855eaCopy full SHA for b5855ea
ansible/tasks/test-image.yml
@@ -25,6 +25,7 @@
25
26
- name: Make sure we disabled all the things
27
ansible.builtin.lineinfile:
28
+ path: '/etc/postgresql/postgresql.conf'
29
regexp: "{{ regx }}"
30
state: 'present'
31
check_mode: true
0 commit comments