-
Notifications
You must be signed in to change notification settings - Fork 69
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
Failed when adding node to cluster #617
Comments
Can you please check your installed ansible version. We are supporting ansible 2.9 but with latest master code, it should work with 2.10 too. Thanks |
@pekackif we will check this with latest ansible version but currently you can try following work around, Option 1: Option 2: |
|
@pekackif Thanks for the update. are you executing this through ansible collection ? |
|
Thanks @pekackif for the reply. Can you please check if you are able to execute using roles method without collections.
|
FWIW I think I hit the same error (was a while ago now) and I added this to work around:
Which actually I think is correct default behaviour? As ansible users won't expect a re-run to possibly change the installed packages just because a newer version is available. |
Describe the bug
When extending inventory to add new node, first ansible run finish with failed.
Re;ease used is v2.2.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
First run clear
Environment
Please run the following an paste your output here:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: