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 }}'
|
dest: '{{ ckan_libdir }}'
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
creates: '{{ ckan_virtenv }}/bin/get-pip.py'
|
creates: '{{ ckan_virtenv }}/bin/get-pip.py'
|
||||||
|
tags: [ 'ckan', 'ckan_pkg' ]
|
||||||
|
|
||||||
- name: Configure the CKAN production configuration file excluding the plugins list
|
- 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
|
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