Mikhail Yohman
Mikhail Yohman
I'm in maintenance mode for this repo. I'm looking for another maintainer that has more drive to deliver and maintain Ansible modules so I'll mark this as help_wanted as I'm...
I think I'm going to hold off on this at the moment and close out this issue.
I've gotten around this at $prev_employer by installing `selinux` via PyPi, I believe. I know it's possible and once we implement these, maybe add that stuff to documentation, but I've...
> I do not think selinux-python is installable in any way other than binary package since it depends on the selinux library version. Did you try my suggestion above by...
What are the errors you're encountering? Have you made sure to set the `ansible_python_interpreter` to location of Python3?
These will not support Python2 at all. I didn't think any code was implemented that worked with just Python3, but I was wrong, and not going to modify the code...
Have you tried specifying the specific `query_filters` for each to see if that works? Instead of using `query_filters` try using only `device_query_filters`.
I'm going to look into this within the next few weeks and attempt to implement it
@dbarrosop Would the appropriate fix for this to add a dummy class for leaf lists within Yangify? e.g. `yangify/parser/__init__.py` ``` class UnneededLeafList(Parser): pass OR class UnneededLeafList(Parser): def Yangify(ParserData): pass ```...
@jmcgill298 Is this still required? I'm looking to contribute a bit more to this project.