Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2014 20:14
Show Gist options
  • Save anonymous/adc0e06f01bee8991ed1 to your computer and use it in GitHub Desktop.
Save anonymous/adc0e06f01bee8991ed1 to your computer and use it in GitHub Desktop.
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