tripleo-ci/playbooks/tripleo-buildimages/tmpfiles.yaml
Sorin Sbarnea aa581590b3 Upgrade linters
Change-Id: Ie9a560a62a20b97b9a94968e627c834ea5529472
2021-02-10 15:04:16 +00:00

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