Skip to content

Commit 4758b7d

Browse files
author
doruk.ozturk
committed
Revert "Comment out wqp layers"
This reverts commit 5b7edcd.
1 parent 337d86b commit 4758b7d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/roles/dataqs/tasks/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676

7777
- include: geoserver_permissions.yml
7878

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

83-
# - include: geoserver_permissions.yml
83+
- include: geoserver_permissions.yml
8484

8585
- name: Create the gdacs store
8686
command: "{{ app_code_dir }}/venvs/geonode/bin/python {{app_code_dir}}/venvs/geonode/src/dataqs/dataqs/gdacs/gdacs.py"

0 commit comments

Comments
 (0)