Merge branch 'master' into certbot-rfc2136-acme-challenge

This commit is contained in:
Eugene Mazhora 2025-05-06 00:53:17 +07:00 committed by GitHub
commit 730ede0618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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