From f7128a5c8b407c84edad20377c0d32564b13c851 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 25 Jun 2018 19:17:29 +0200 Subject: [PATCH] aginfra CKAN configuration. --- ckan/ckan/tasks/ckan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/ckan/tasks/ckan.yml b/ckan/ckan/tasks/ckan.yml index 4f9952b5..84ead592 100644 --- a/ckan/ckan/tasks/ckan.yml +++ b/ckan/ckan/tasks/ckan.yml @@ -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