deamen
deamen
Sigh, forgot to update my conclusion, just exclude the check in `.ansible-lint` ``` skip_list: - "var-naming[no-role-prefix]" # Allow variables without role prefix, a lot of roles don't comply with this....
I need some help with the `Documentation Test`: ``` File "usage/system_backend/leader.rst", line 113, in sys_get_leader Failed example: import hvac client = hvac.Client(cluster_url=['https://127.0.0.1:8200/', 'https://127.0.0.1:8202/','https://127.0.0.1:8204/']) leader = client.sys.get_leader() print('Leader: %s' % leader)...
The `Documentation Tests` failure is caused by installing greenlet 3.03 with python3.13 as in https://github.com/python-greenlet/greenlet/issues/392#issuecomment-2446961814. Don't know why python3.13 is used in the test, I cannot reproduce in ubuntu container...
@briantist I think I have figured out why the `Documentation Tests` is failing in https://github.com/hvac/hvac/issues/1212. In your opinion, is there anything else I need to do to get this PR...