mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-05-22 06:11:41 +02:00
Syntax adjust.
This commit is contained in:
parent
1749d0ace0
commit
3b3cc546d1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user