SHA256
1
0

Make roles more reusable

This commit is contained in:
2026-01-29 02:49:52 -05:00
parent 4436599693
commit 44261c95fb
60 changed files with 1273 additions and 353 deletions

4
roles/scripts/strip-exif Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Strips all EXIF data from images provided as arguments
exiftool -all= "$@"