Matt Martz
Matt Martz
Ok, some of the information you have provided wasn't straight forward, but I think I see now. You are using `su` to become root, and then are running the playbook,...
cc @cidrblock @ssbarnea just an FYI about potential schema changes to role arg specs. This hasn't been merged, but wanted to let you know ahead of time.
/azp run
> * interpreter discovery might be erroneously giving us an unsupported 3.6 on RHEL8 I think we need to remove both `_INTERPRETER_PYTHON_DISTRO_MAP` (completely) at this point and the fallback for...
Here y'all go: https://github.com/sivel/toiletwater/blob/master/plugins/filter/passlib_hash.py Can always install that collection, and use it directly, or copy it into a `filter_plugins` dir relative to your playbook file.
The cause to this is somewhat simple, the solution may be complicated. The cause is that we never finalize a host from a templating perspective. In the connection plugin we...
There is too little information here to really have any idea what the cause is. Can you provide the full output from the playbook? Also, if you open the `Console`...
We've discussed this, and come to the decision that we should not indicate that the type is a tuple, and continue indicating that the type is a list via `[]`....
The same here, just backport https://github.com/ansible/ansible/pull/82761 and update to use an explicit mode.