mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
		@@ -11,11 +11,11 @@
 | 
			
		||||
  set_fact:
 | 
			
		||||
    javascript_code: "{{ lookup('template', modifier_javascript_template_file) }}"
 | 
			
		||||
 | 
			
		||||
- name: "Collapse Javascript code into one-liner for '{{application_id}}'"
 | 
			
		||||
- name: "Collapse Javascript code into one-liner for '{{ application_id }}'"
 | 
			
		||||
  set_fact:
 | 
			
		||||
    javascript_code_one_liner: "{{ javascript_code | to_one_liner }}"
 | 
			
		||||
 | 
			
		||||
- name: "Append Javascript CSP hash for '{{application_id}}'"
 | 
			
		||||
- name: "Append Javascript CSP hash for '{{ application_id }}'"
 | 
			
		||||
  set_fact:
 | 
			
		||||
    applications: "{{ applications | append_csp_hash(application_id, javascript_code_one_liner) }}"
 | 
			
		||||
  changed_when: false
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user