Fix obvious errors. :P

This commit is contained in:
Hyperling 2021-04-10 12:23:22 -05:00
parent c71eb79a91
commit 810a5458dd

View File

@ -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"