You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
The option cl_bond give errors when the bond interface is not already setted, because it potentially try to set other commands before the bond slaves command, which is needed to create the bond interface.
Because in python the dict type is not ordered, it can't ensure the order of the option send.
The text was updated successfully, but these errors were encountered:
But unfortunatly the usage of ordereddict is still in devloppment, ansible/ansible#36644
So a workaroud, before better solution, would be to return the list of string, return by the recursive lookup, sorted, in that way, only the option bond acl and bond alias would come before the bond bond slaves option and fail.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
The option cl_bond give errors when the bond interface is not already setted, because it potentially try to set other commands before the bond slaves command, which is needed to create the bond interface.
Because in python the dict type is not ordered, it can't ensure the order of the option send.
The text was updated successfully, but these errors were encountered: