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

Max_Concurrent not valid task attr #48

Closed
edcrosbys opened this issue Nov 15, 2018 · 4 comments
Closed

Max_Concurrent not valid task attr #48

edcrosbys opened this issue Nov 15, 2018 · 4 comments

Comments

@edcrosbys
Copy link

Attempting to install cluster. Get error:
ERROR! 'max_concurrent' is not a valid attribute for a Task

The error appears to have been in './ansible-freeipa/roles/ipareplica/tasks/install.yml': line 406, column 5, but may
be elsewhere in the file depending on the exact syntax problem.

Commenting out max_concurrent (line 429) resolves the problem. I'm running ansible 2.7.1. I also only have 1 replica!

@cjeanner
Copy link

Same issue. I didn't find an equivalent of that one for newer ansible :(.

@cjeanner
Copy link

According to this open pull-request against ansible, I'd say ansible-freeipa is using a custom ansible code ??
ansible/ansible#42528

@t-woerner
Copy link
Member

ansible 2.7.1 seems to be the first version complaining on unknown task attributes. I added the attribute to do the tests and simply left it there as ansible was ignoring it. I will remove the attribute again.

@t-woerner
Copy link
Member

This is the commit that added the max_concurrent attribute: 7a76f73

t-woerner added a commit that referenced this issue Nov 22, 2018
… setup of CA"

This reverts commit 7a76f73.

It needs to be done as ansible 2.7.1 is now complaining on unknown attribues.

This fixes issue #48: #48
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

3 participants