When i execute a playbook mysql_server.yml, i get mysql_server.retry file also, not sure what it is used for,
even if my playbook executes correct with out issue, i still get retry file, Can you please let me know what it is used for
$ansible-playbook mysql_server.yml
[ansible@centos1 playbooks]$ ls -ltr
total 16
drwxr-xr-x. 8 ansible ansible 4096 Jan 12 14:47 aaronpederson.apache
drwxr-xr-x. 5 ansible ansible 4096 Jan 12 14:47 telusdigital.apt-repository
-rw-rw-r–. 1 ansible ansible 148 Feb 2 12:14 mysql_server.yml
drwxrwxr-x. 8 ansible ansible 102 Feb 2 12:19 mysql
-rw-rw-r–. 1 ansible ansible 10 Feb 3 16:24 mysql_server.retry
[ansible@centos1 playbooks]$