dotfiles/roles/tmpfiles/tasks/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

7 lines
186 B
YAML

---
- name: Create tmpfiles config
ansible.builtin.template:
src: templates/user.conf
dest: /etc/tmpfiles.d/user.conf
mode: 0644
notify: "Create the temporary directory"