merge upstream/master

This commit is contained in:
Florian R. Hölzlwimmer 2025-03-10 11:29:13 +01:00
commit 11ac393df5
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
- distro: rockylinux9
playbook: converge.yml
experimental: false
- distro: ubuntu2004
- distro: ubuntu2204
playbook: converge.yml
experimental: false
- distro: debian11

View File

@ -1,6 +1,6 @@
# Ansible Role: Certbot (for Let's Encrypt)
[![CI](https://github.com/geerlingguy/ansible-role-certbot/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-certbot/actions?query=workflow%3ACI)
[![CI](https://github.com/geerlingguy/ansible-role-certbot/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-certbot/actions/workflows/ci.yml)
Installs and configures Certbot (for Let's Encrypt).

View File

@ -1,7 +1,7 @@
---
- name: Converge
hosts: all
become: true
#become: true
vars:
certbot_install_method: 'snap'

View File

@ -1,7 +1,7 @@
---
- name: Converge
hosts: all
become: true
#become: true
vars:
certbot_install_method: 'source'