Skip to content
New issue

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

dry run is not supported? #148

Closed
fuku2014 opened this issue Feb 21, 2017 · 2 comments
Closed

dry run is not supported? #148

fuku2014 opened this issue Feb 21, 2017 · 2 comments

Comments

@fuku2014
Copy link

fuku2014 commented Feb 21, 2017

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"}

@hammat
Copy link

hammat commented Jun 1, 2017

Same here, have you found something ?

@DavidWittman
Copy link
Owner

I'm afraid not. This may be supported in the future if we install Redis via packages as suggested in #116.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants