dotfiles/roles/user/tmpfiles/handlers/main.yml

6 lines
145 B
YAML
Raw Normal View History

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