mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: install certbot
 | |
|   community.general.pacman:
 | |
|     name: certbot
 | |
|     state: present
 | |
| 
 | |
| - name: "Include tasks for 'No-Webroot-ACME-CHALLENGE-METHOD'"
 | |
|   include_tasks: 02_no_webroot.yml
 | |
|   when: CERTBOT_ACME_CHALLENGE_METHOD != 'webroot' |