copr: fix with_items

This commit is contained in:
Jakub Kadlcik 2022-05-20 16:55:33 -04:00
parent 1847ad88bc
commit be0a649135

View file

@ -29,13 +29,13 @@
lineinfile:
path: /var/lib/pgsql/data/pg_ident.conf
line: "{{ item }}"
with_items:
- "all postgres postgres"
- "all resalloc resalloc"
- "all lighttpd resalloc"
owner: postgres
group: postgres
mode: 0600
with_items:
- "all postgres postgres"
- "all resalloc resalloc"
- "all lighttpd resalloc"
- name: configure access to the resalloc database
postgresql_pg_hba: