We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337d86b commit 4758b7dCopy full SHA for 4758b7d
1 file changed
ansible/roles/dataqs/tasks/main.yml
@@ -76,11 +76,11 @@
76
77
- include: geoserver_permissions.yml
78
79
-# - name: Create the wqp store
80
-# command: "{{ app_code_dir }}/venvs/geonode/bin/python {{app_code_dir}}/venvs/geonode/src/dataqs/dataqs/wqp/wqp.py"
81
-# ignore_errors: yes
+- name: Create the wqp store
+ command: "{{ app_code_dir }}/venvs/geonode/bin/python {{app_code_dir}}/venvs/geonode/src/dataqs/dataqs/wqp/wqp.py"
+ ignore_errors: yes
82
83
-# - include: geoserver_permissions.yml
+- include: geoserver_permissions.yml
84
85
- name: Create the gdacs store
86
command: "{{ app_code_dir }}/venvs/geonode/bin/python {{app_code_dir}}/venvs/geonode/src/dataqs/dataqs/gdacs/gdacs.py"
0 commit comments