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

Step_04 show case for idempotency is broken #96

Open
qwazer opened this issue Dec 14, 2016 · 4 comments
Open

Step_04 show case for idempotency is broken #96

qwazer opened this issue Dec 14, 2016 · 4 comments

Comments

@qwazer
Copy link

qwazer commented Dec 14, 2016

With step-04/apache.yml

When I perform second try to

$ ansible-playbook -i step-04/hosts -l host1.example.org step-04/apache.yml

I always got

PLAY RECAP *********************************************************************
host1.example.org          : ok=2    changed=1    unreachable=0    failed=0   

May be set update_cache to true in apt task

In this case I got

```PLAY RECAP *********************************************************************
host1.example.org          : ok=2    changed=0    unreachable=0    failed=0 


@leucos
Copy link
Owner

leucos commented Dec 15, 2016

Thanks @qwazer I'll check this out. What Ansible version are you running ?

@qwazer
Copy link
Author

qwazer commented Dec 15, 2016

ansible 2.2.0.0

@qwazer
Copy link
Author

qwazer commented Dec 15, 2016

May be set update_cache to true in apt task

Sorry, I mean set update_cache to false

@leucos
Copy link
Owner

leucos commented Dec 15, 2016 via email

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

2 participants