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
Actually the Travis test don't test if role is idempotent ...
For exemple, GROG.authorized-key & holms.fqdn travis test do like :
# Run the role/playbook again, checking to make sure it's idempotent. - > ansible-playbook tests/test.yml -i tests/inventory --connection=local --sudo | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)
The text was updated successfully, but these errors were encountered:
fixed via #2
Sorry, something went wrong.
Sorry , i have close it by mistake. the issue is not fixed
dhoeric
No branches or pull requests
Actually the Travis test don't test if role is idempotent ...
For exemple, GROG.authorized-key & holms.fqdn travis test do like :
The text was updated successfully, but these errors were encountered: