Touch ups

This commit is contained in:
waffles
2023-01-30 22:00:26 -08:00
parent 49cb7aadbe
commit 5584de4ef2
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
# Wrap around a docker command to invoke `tootctl`
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $*
docker exec -it $(docker ps -f name=web -q | head -n1) bin/tootctl $@
+11
View File
@@ -53,3 +53,14 @@
mode: '0755'
tags:
- install
- name: Create cronjob for tootctl accounts prune
ansible.builtin.cron:
name: tootctl accounts prune
job: /usr/local/bin/tootctl accounts prune
weekday: "1"
minute: "0"
hour: "5"
tags:
- configure