Change-Id: Idfbcfa8e9fc157c691ea30ebc5b6235ac4c3b436 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
7 lines
135 B
YAML
7 lines
135 B
YAML
---
|
|
- name: Restart systemd-tmpfiles
|
|
become: true
|
|
ansible.builtin.command:
|
|
cmd: systemd-tmpfiles --create
|
|
changed_when: true
|