aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/general.yml
diff options
context:
space:
mode:
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"