@@ -0,0 +1 @@
+*.retry
@@ -0,0 +1,9 @@
+---
+- hosts: all
+ tasks:
+
+ - name: touch file
+ file:
+ dest: /tmp/testfile
+ state: touch