diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9b0b4..04499d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - distro: rockylinux9 playbook: converge.yml experimental: false - - distro: ubuntu2004 + - distro: ubuntu2204 playbook: converge.yml experimental: false - distro: debian11 diff --git a/README.md b/README.md index 12a8d41..40d147a 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/molecule/default/playbook-snap-install.yml b/molecule/default/playbook-snap-install.yml index b891248..572f1b5 100644 --- a/molecule/default/playbook-snap-install.yml +++ b/molecule/default/playbook-snap-install.yml @@ -1,7 +1,7 @@ --- - name: Converge hosts: all - become: true + #become: true vars: certbot_install_method: 'snap' diff --git a/molecule/default/playbook-source-install.yml b/molecule/default/playbook-source-install.yml index 1e64f7a..28da1f3 100644 --- a/molecule/default/playbook-source-install.yml +++ b/molecule/default/playbook-source-install.yml @@ -1,7 +1,7 @@ --- - name: Converge hosts: all - become: true + #become: true vars: certbot_install_method: 'source'