Skip to content

Commit

Permalink
Enable auto updates for test deploy server
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jul 9, 2024
1 parent df20cda commit 3d2d1a9
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 3d2d1a9

Please sign in to comment.