forked from ISTI-ansible-roles/ansible-roles
aginfra CKAN configuration.
This commit is contained in:
parent
6bb79bd693
commit
f7128a5c8b
|
@ -29,7 +29,7 @@
|
|||
|
||||
- name: authorization file for the psql command, if the database is on a remote server
|
||||
template: src=pgpass.j2 dest=/root/.pgpass owner=root mode=0600
|
||||
when: "'{{ psql_db_host }}' != 'localhost'"
|
||||
when: psql_db_host != 'localhost'
|
||||
tags: [ 'pg_backup', 'postgresql', 'postgres' ]
|
||||
|
||||
- name: Initialize the CKAN databases
|
||||
|
|
Loading…
Reference in New Issue