CKAN: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2020-04-03 15:21:45 +02:00
parent 0c4c08c8a0
commit 5e748e6bee
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@
- name: Download the CKAN LIRE plugin code
git: repo={{ ckan_ckanext_lire_url }} dest={{ ckan_virtenv }}/src/ckanext-lire force=yes update={{ ckan_git_plugins_state }}
when: ckan_ckanext_lir | boole
when: ckan_ckanext_lire | bool
register: install_lire_plugin
tags: [ 'ckan', 'ckan_lire', 'ckan_plugins' ]