Syntax adjust.

This commit is contained in:
Jeff Geerling 2025-05-04 20:02:06 -05:00
parent 1749d0ace0
commit 3b3cc546d1

View File

@ -1,6 +1,8 @@
---
- name: Install Certbot.
package: "name={{ certbot_package }} state=present"
package:
name: "{{ certbot_package }}"
state: present
- name: Set Certbot script variable.
set_fact: