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:
parent
8e76fe2f02
commit
264b48fdd7
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
backup: yes
|
backup: yes
|
||||||
dest: /library/pgsql-iiab/pg_hba.conf
|
dest: /library/pgsql-iiab/pg_hba.conf
|
||||||
regexp: "^host\s+pathagar"
|
regexp: '^host\s+pathagar'
|
||||||
line: "host pathagar pathagar samehost md5"
|
line: "host pathagar pathagar samehost md5"
|
||||||
state: present
|
state: present
|
||||||
insertafter: "^# IPv4 local connections"
|
insertafter: "^# IPv4 local connections"
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
state: reloaded
|
state: reloaded
|
||||||
when: enable_pathagar_md5_access.changed
|
when: enable_pathagar_md5_access.changed
|
||||||
|
|
||||||
- name: Create pathagar postgresql database
|
- name: Create Pathagar postgresql database
|
||||||
postgresql_db:
|
postgresql_db:
|
||||||
name: "{{ pathagar_db_name }}"
|
name: "{{ pathagar_db_name }}"
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue