dotfiles/roles/tmpfiles/handlers/main.yml
Matej Focko 0554e665c5
chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:23:02 +02:00

5 lines
145 B
YAML

---
- name: Create the temporary directory
ansible.builtin.command:
cmd: systemd-tmpfiles --create
creates: /var/tmp/{{ target_user }}