Skip to content

Commit

Permalink
update to debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeze committed Jan 29, 2025
1 parent 2fde934 commit 744b442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- distro: ubuntu2004
playbook: converge.yml
experimental: false
- distro: debian10
- distro: debian11
playbook: converge.yml
experimental: false

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ certbot_admin_email: [email protected]
# Default webroot, overwritten by individual per-cert webroot directories
certbot_webroot: /var/www/letsencrypt

certbot_certs: []
certbot_certs: [ ]

Check failure on line 22 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

22:17 [brackets] too many spaces inside empty brackets
# - name: example.com
# email: [email protected]
# webroot: "/var/www/html/"
Expand Down

0 comments on commit 744b442

Please sign in to comment.