We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to run check mode, but this role is failure.
--- - hosts: localhost remote_user: root roles: - DavidWittman.redis vars: redis_version: 2.8.17 serial: 1
$ ansible-playbook -i local -C site.yml
TASK [DavidWittman.redis : extract redis tarball] ****************************** fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Source '/usr/local/src/redis-2.8.17.tar.gz' does not exist"}
The text was updated successfully, but these errors were encountered:
Same here, have you found something ?
Sorry, something went wrong.
I'm afraid not. This may be supported in the future if we install Redis via packages as suggested in #116.
No branches or pull requests
I want to run check mode, but this role is failure.
$ ansible-playbook -i local -C site.yml
The text was updated successfully, but these errors were encountered: