1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

single quotes to protect regexp: '^host\s+pathagar' ?

This commit is contained in:
A Holt 2018-03-22 12:06:19 -04:00 committed by GitHub
parent 8e76fe2f02
commit 264b48fdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@
lineinfile:
backup: yes
dest: /library/pgsql-iiab/pg_hba.conf
regexp: "^host\s+pathagar"
regexp: '^host\s+pathagar'
line: "host pathagar pathagar samehost md5"
state: present
insertafter: "^# IPv4 local connections"
@ -112,7 +112,7 @@
state: reloaded
when: enable_pathagar_md5_access.changed
- name: Create pathagar postgresql database
- name: Create Pathagar postgresql database
postgresql_db:
name: "{{ pathagar_db_name }}"
encoding: utf8