Fix obvious errors. :P
This commit is contained in:
		@@ -9,8 +9,10 @@
 | 
			
		||||
    state: present
 | 
			
		||||
  when: ansible_distribution == "FreeBSD"
 | 
			
		||||
 | 
			
		||||
- name: Server | Software | Certbot | FreeBSD
 | 
			
		||||
- name: Server | Software | Certbot | Apt
 | 
			
		||||
  package: 
 | 
			
		||||
    - certbot
 | 
			
		||||
    - python3-certbot-nginx
 | 
			
		||||
    name:
 | 
			
		||||
      - certbot
 | 
			
		||||
      - python3-certbot-nginx
 | 
			
		||||
    state: present
 | 
			
		||||
  when: ansible_pkg_mgr == "apt"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user