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
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
The text was updated successfully, but these errors were encountered:
Thanks @qwazer I'll check this out. What Ansible version are you running ?
Sorry, something went wrong.
ansible 2.2.0.0
Sorry, I mean set update_cache to false
update_cache
false
No branches or pull requests
With step-04/apache.yml
When I perform second try to
I always got
May be set update_cache to true in apt task
In this case I got
The text was updated successfully, but these errors were encountered: