Fix obvious errors. :P
This commit is contained in:
parent
c71eb79a91
commit
810a5458dd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user