aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-09-29 00:53:24 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-09-29 00:53:24 +0200
commit7c5eae9294994e59a5176eba21093ecd6cdfcf63 (patch)
treea3d7d0a34d6e4b9a773cd85b99afc9eca5b5bb9c /tasks/general.yml
parentcc1b02f99e457d2a5a440698e9bae1ca30f408e1 (diff)
Improve jails
Diffstat (limited to 'tasks/general.yml')
-rw-r--r--tasks/general.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tasks/general.yml b/tasks/general.yml
index 9361217..46f04a1 100644
--- a/tasks/general.yml
+++ b/tasks/general.yml
@@ -7,6 +7,7 @@
- dma
- jq
- curl
+ - bash
- name: Set up periodic.conf
template:
@@ -57,3 +58,11 @@
name: cron
state: restarted
when: etc_crontab.changed
+
+- name: Install logto
+ template:
+ src: usr_local_bin_logto.sh.j2
+ dest: /usr/local/bin/logto
+ owner: root
+ group: wheel
+ mode: "0755"