mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	- Fixed typo: 'seperat' → 'separate' - Added more robust changed_when conditions (stdout + stderr, handle already-issued, rate-limit, service-down cases) - Added explicit warnings for Let's Encrypt rate limits (exact set and generic) - Improved readability of SAN encapsulation task with descriptive name See conversation: https://chatgpt.com/share/68b1bc75-c3a0-800f-8861-fcf4f5f4a48c
		
			
				
	
	
		
			4 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			156 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# Neccessary encapsulation to pass performance tests
 | 
						|
- name: Include wrapped SAN tasks
 | 
						|
  include_tasks: "_san.yml"
 | 
						|
  when: run_once_san_certs is not defined |