Nik Reiman

Results 110 comments of Nik Reiman

I guess this repo is unmaintained, so I'm closing this PR to limit the number of open PRs in my profile.

> Please add the necessary diagnostic details as per the [issue template](https://github.com/pyenv/pyenv/blob/master/.github/ISSUE_TEMPLATE.md). FYI, I just went to file a new issue and was greeted with an empty page. When I...

@bbaassssiiee Yes, I would be happy to assist. My company already maintains [several OSS Ansible roles](https://galaxy.ansible.com/ableton). We would really like to see some cleanups and improvements made in this role...

@bbaassssiiee Thanks!

@bbaassssiiee Unfortunately, I'm reopening this issue and asking to be removed from the list of maintainers. I don't have much time to work on the role these days, and we're...

I'm also experiencing this issue, but weirdly only with Mac hosts. That might be related to something specific in our vCenter configuration or playbooks, though.

It seems that the above code was introduced in `34ecd6cb25258116d394ffcbaf9ec29504a3919a` (see https://github.com/ansible/ansible/commit/34ecd6cb25258116d394ffcbaf9ec29504a3919a), which is a fix for https://github.com/ansible/ansible/issues/57873. A quick `git tag --contains 34ecd6cb25258116d394ffcbaf9ec29504a3919a` in the main Ansible repository reveals...

For the record, I am not advocating for removing this code. I would prefer to see a solution which keeps it, but also doesn't bail out when trying to create...

So first of all, thanks for reaching out and glad to hear that you want to help improve the project! ❤️ I am assuming you have been working on a...

It looks like you're trying to set variables in the test environment (ie, the global/"real" environment), but you need to set them for the environment that the script context is...