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