mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Compare commits
2 Commits
e5bfeaf936
...
3d2fbc6202
Author | SHA1 | Date | |
---|---|---|---|
|
3d2fbc6202 | ||
|
4f1179392e |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -44,10 +44,10 @@ jobs:
|
|||||||
- distro: rockylinux9
|
- distro: rockylinux9
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
experimental: false
|
experimental: false
|
||||||
- distro: ubuntu2004
|
- distro: ubuntu2404
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
experimental: false
|
experimental: false
|
||||||
- distro: debian10
|
- distro: debian12
|
||||||
playbook: converge.yml
|
playbook: converge.yml
|
||||||
experimental: false
|
experimental: false
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
#become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
certbot_install_method: 'snap'
|
certbot_install_method: 'snap'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
#become: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
certbot_install_method: 'source'
|
certbot_install_method: 'source'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user