Sometimes gpg signature verification for WP-CLI could fail due to network reasons (the downloaded phar or asc files were corrupt). In those cases the playbook will be a "stuck" state unless the files are manually deleted from the server.
This improves error handling by deleting both the phar and asc files which will allow Ansible to re-download them next time.
Fixes #1295
Sometimes gpg signature verification for WP-CLI could fail due to network reasons (the downloaded phar or asc files were corrupt). In those cases the playbook will be a "stuck" state unless the files are manually deleted from the server.
This improves error handling by deleting both the phar and asc files which will allow Ansible to re-download them next time.