tripleo-ci/playbooks/tripleo-buildimages/tmpfiles.yaml

10 lines
194 B
YAML

---
- hosts: all
tasks:
- name: remove removal of tmp files
become: true
lineinfile:
path: /usr/lib/tmpfiles.d/tmp.conf
regex: "(10|30)d"
state: absent