6 lines
145 B
YAML
6 lines
145 B
YAML
|
---
|
||
|
- name: Create the temporary directory
|
||
|
ansible.builtin.command:
|
||
|
cmd: systemd-tmpfiles --create
|
||
|
creates: /var/tmp/{{ target_user }}
|