mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-15 07:01:27 +02:00
Compare commits
No commits in common. "730ede0618d2ef3f54e678ea21eec97474b18606" and "17ec555d5990c0bf3e32b6c87fd41795ea786bd5" have entirely different histories.
730ede0618
...
17ec555d59
@ -1,8 +1,6 @@
|
||||
---
|
||||
- name: Install Certbot.
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
package: "name={{ item }} state=present"
|
||||
with_items: "{{ certbot_package }}"
|
||||
|
||||
- name: Set Certbot script variable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user