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

Travis test don't test if the role is idempotent #7

Open
roumano opened this issue Jun 19, 2017 · 2 comments
Open

Travis test don't test if the role is idempotent #7

roumano opened this issue Jun 19, 2017 · 2 comments
Assignees

Comments

@roumano
Copy link

roumano commented Jun 19, 2017

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)
@dhoeric dhoeric self-assigned this Jun 20, 2017
@roumano
Copy link
Author

roumano commented Jun 22, 2017

fixed via #2

@roumano roumano closed this as completed Jun 22, 2017
@roumano
Copy link
Author

roumano commented Jun 22, 2017

Sorry , i have close it by mistake.
the issue is not fixed

@roumano roumano reopened this Jun 22, 2017
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