forked from ISTI-ansible-roles/ansible-role-ckan
Add a missing tag
This commit is contained in:
parent
cafa075542
commit
8dfbdc7bbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue