Merge pull request 'CKAN: fix a typo.' (#173) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-04-03 15:22:11 +02:00
commit d02141f042
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' ]