Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2014 20:14
Delete Ansible retry files
#
# Delete Ansible retry files
#
5 * * * * /usr/bin/find /Users/user/. -maxdepth 1 -type f -name \*.retry -exec rm {} \; > /dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment