mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Compare commits
No commits in common. "3d2fbc62026282a7afa6766b381e955903d87495" and "e5bfeaf936b554941650c6a3bea4b99f6d912010" have entirely different histories.
3d2fbc6202
...
e5bfeaf936
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
#become: true
|
||||
become: true
|
||||
|
||||
vars:
|
||||
certbot_install_method: 'snap'
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
#become: true
|
||||
become: true
|
||||
|
||||
vars:
|
||||
certbot_install_method: 'source'
|
||||
|
Loading…
x
Reference in New Issue
Block a user