mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
- name: create {{ PATH_SYSTEM_LOCK_SCRIPT }}
 | 
						|
  copy:
 | 
						|
    src: sys-lock.py
 | 
						|
    dest: "{{ PATH_SYSTEM_LOCK_SCRIPT }}"
 | 
						|
  when: run_once_sys_lock is not defined
 | 
						|
 | 
						|
- name: execute the script copying once
 | 
						|
  set_fact:
 | 
						|
    run_once_sys_lock: true
 | 
						|
  when: run_once_sys_lock is not defined
 |