Ian Wienand
Ian Wienand
Heh, sorry I have to admit I didn't read any instructions :) I just cloned, started a virtualenv and then did a "pip install -e ." in the directory
@nitzmahone @jborean93 Unfortunately #78424 doesn't address this issue. That fixes the link to the _control_ node (what runs Ansible) but not the _managed_ node. I think we need some input...
> Thanks for reporting this Ian, please try to use the linter from main branch as I know that I recently fixed an issue related to mocking, and this was...
> You question regarding versions should be answered by https://ansible-lint.readthedocs.io/en/latest/philosophy/#linter-requires-an-ansible-version-newer-than-what-i-use-in-production - shortly you don't need to use same version. I know for sure that at least some ansible upgrades were...
Just for anyone finding this; it's not exclusively a v17.x issue, but depends on the system openssl version. For example I hit this on Fedora 36 with the packaged version...
Thanks, from @jacobEAdamson comments in the pull request and seeing here you mention python 3.7 things are a little more clear, and a little more confused. ```self.encode()``` is going to...
The logs for the issue (called by https://opendev.org/opendev/system-config/src/branch/master/playbooks/roles/letsencrypt-acme-sh-install/files/driver.sh#L45) and the renewal (called by https://opendev.org/opendev/system-config/src/branch/master/playbooks/roles/letsencrypt-acme-sh-install/files/driver.sh#L108) are below [airshipit-issue.txt](https://github.com/acmesh-official/acme.sh/files/10109085/airshipit-issue.txt) [airshipit-renew.txt](https://github.com/acmesh-official/acme.sh/files/10109087/airshipit-renew.txt)
The tags contain a lot of repeated information and probably aren't that helpful for "first level" debugging ... i.e. my playbook usually works but something broke; they seem more useful...
Thanks for looking! > Could it be possible that there is a race between the server not receiving anything for some time, hitting some timeout and closing the session on...
After *quite* a bit of head scratching over why none of the messages in https://gerrit-review.googlesource.com/c/gerrit/+/357694 were appearing, I believe that the original Gerrit change https://gerrit-review.googlesource.com/c/gerrit/+/238384 didn't also register the unknown-reference...