Add a missing tag

This commit is contained in:
Andrea Dell'Amico 2021-05-17 14:35:30 +02:00
parent cafa075542
commit 8dfbdc7bbe
Signed by untrusted user: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 0 deletions

View File

@ -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