Can I remove files with a glob?

This commit is contained in:
Ralph Bean 2013-06-13 15:03:05 +00:00
parent 0b66e72f40
commit a0f6cc0c26

View file

@ -58,3 +58,8 @@
- fedmsg - fedmsg
tags: tags:
- packages - packages
- name: remove fedmsg .rpmnew cruft.
file: path=/etc/fedmsg.d/*.rpmnew state=absent
tags:
- config