Solved oauth2 bugs and deactivated health-csp role temporary

This commit is contained in:
2025-05-13 14:34:16 +02:00
parent 687f9b0703
commit dc4964eda1
14 changed files with 38 additions and 82 deletions

View File

@@ -17,9 +17,9 @@
register: puppeteer_check
failed_when: puppeteer_check.rc != 0
- name: copy health_csp.py
- name: copy health-csp.py
copy:
src: health_csp.py
src: health-csp.py
dest: "{{ health_csp_crawler_script }}"
mode: 0755