mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Solved health-csp bugs
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| - name: "create {{ health_csp_crawler_folder }}" | ||||
|   file: | ||||
|     path: "{{ health_csp_crawler_folder }}" | ||||
|     state: directory | ||||
|     mode: 0755 | ||||
|  | ||||
| - name: "Install puppeteer if node_modules not yet present" | ||||
|   ansible.builtin.command: | ||||
|     cmd: npm install puppeteer | ||||
| @@ -11,12 +17,6 @@ | ||||
|   register: puppeteer_check | ||||
|   failed_when: puppeteer_check.rc != 0 | ||||
|  | ||||
| - name: "create {{ health_csp_crawler_folder }}" | ||||
|   file: | ||||
|     path: "{{ health_csp_crawler_folder }}" | ||||
|     state: directory | ||||
|     mode: 0755 | ||||
|  | ||||
| - name: copy health_csp.py | ||||
|   copy: | ||||
|     src: health_csp.py | ||||
|   | ||||
		Reference in New Issue
	
	Block a user