diff --git a/tasks/ckan.yml b/tasks/ckan.yml index 80ca0e5..201f307 100644 --- a/tasks/ckan.yml +++ b/tasks/ckan.yml @@ -17,6 +17,7 @@ dest: '{{ ckan_libdir }}' remote_src: yes creates: '{{ ckan_virtenv }}/bin/get-pip.py' + tags: [ 'ckan', 'ckan_pkg' ] - name: Configure the CKAN production configuration file excluding the plugins list ini_file: dest={{ ckan_config_file }} section={{ item.section }} option={{ item.option }} value={{ item.value }} state={{ item.state }} backup=yes