Skip to content

Instantly share code, notes, and snippets.

@l0neranger
Forked from anonymous/rm_ansible_retry.sh
Last active August 29, 2015 14:11
Show Gist options
  • Save l0neranger/f36c906fed7f521da05f to your computer and use it in GitHub Desktop.
Save l0neranger/f36c906fed7f521da05f to your computer and use it in GitHub Desktop.
#
# 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