copr: fix with_items
This commit is contained in:
parent
1847ad88bc
commit
be0a649135
1 changed files with 4 additions and 4 deletions
|
@ -29,13 +29,13 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /var/lib/pgsql/data/pg_ident.conf
|
path: /var/lib/pgsql/data/pg_ident.conf
|
||||||
line: "{{ item }}"
|
line: "{{ item }}"
|
||||||
with_items:
|
|
||||||
- "all postgres postgres"
|
|
||||||
- "all resalloc resalloc"
|
|
||||||
- "all lighttpd resalloc"
|
|
||||||
owner: postgres
|
owner: postgres
|
||||||
group: postgres
|
group: postgres
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
with_items:
|
||||||
|
- "all postgres postgres"
|
||||||
|
- "all resalloc resalloc"
|
||||||
|
- "all lighttpd resalloc"
|
||||||
|
|
||||||
- name: configure access to the resalloc database
|
- name: configure access to the resalloc database
|
||||||
postgresql_pg_hba:
|
postgresql_pg_hba:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue