Skip to content

Commit

Permalink
Enable auto updates for test deploy server (#1205)
Browse files Browse the repository at this point in the history
Lars asked me to do that. I already ran the playbook locally. This
script is _not_ automatically ran by GitHub actions.
  • Loading branch information
owi92 authored Jul 11, 2024
2 parents fdfb2f4 + 3d2d1a9 commit 02e89da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .deployment/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
roles:
- name: lkiesow.certbot_cloudflare
version: 0.2.0
version: 0.2.0
- name: lkiesow.dnf_autoupdate
version: 2.0.1
5 changes: 5 additions & 0 deletions .deployment/setup-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
- nginx
- nodejs

- name: enable auto-updates
become: true
import_role:
name: lkiesow.dnf_autoupdate


# MeiliSearch

Expand Down

0 comments on commit 02e89da

Please sign in to comment.