Compare commits

..

No commits in common. "3d2fbc62026282a7afa6766b381e955903d87495" and "e5bfeaf936b554941650c6a3bea4b99f6d912010" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,10 @@ jobs:
- distro: rockylinux9
playbook: converge.yml
experimental: false
- distro: ubuntu2404
- distro: ubuntu2004
playbook: converge.yml
experimental: false
- distro: debian12
- distro: debian10
playbook: converge.yml
experimental: false

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'