aginfra CKAN configuration.

This commit is contained in:
Andrea Dell'Amico 2018-06-25 19:17:29 +02:00
parent 6bb79bd693
commit f7128a5c8b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
- name: authorization file for the psql command, if the database is on a remote server - 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 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' ] tags: [ 'pg_backup', 'postgresql', 'postgres' ]
- name: Initialize the CKAN databases - name: Initialize the CKAN databases