Nik Reiman

Results 18 issues of Nik Reiman

Blue Ocean's sidebar icon isn't themed, as well as the following Blue Ocean-related icons are not themed: - Full Stage View (in job page) - Replay (in build page) -...

##### Summary In https://github.com/ansible-community/ansible-lint/pull/1809 (part of version 5.4.0), ansible-lint gained the ability to inspect tasks inside of a `block`. However, it doesn't look at the block's conditions when inspecting the...

bug

Fixes #486. Note that this branch also contains the changes in #488 so that it passes CI.

This PR fixes a few issues that occur on Windows hosts with regards to path handling. Primarily, it addresses an issue this role erroneously deleted all the managed service files...

This PR contains a few fixes for CI errors, which mostly resulted from PRs being merged without first being rebased and re-tested.

It would be great if this role could support macOS hosts. consul itself supports macOS (also on Apple Silicon), so this shouldn’t be too difficult, considering most of the tasks...

##### SUMMARY I have a playbook that calls `win_scheduled_task`, but it fails because it can't delete the folder afterwards. If I run the playbook again, the task succeeds with `ok`...

Taken from https://github.com/jenkinsci/JenkinsPipelineUnit/issues/344#issuecomment-785326338, it would be nice if there was a way to easily register a mock with `registerAllowedMethod` without having to specify the signature. I'm other words, the such...

Molecule calls `ansible-galaxy install ...`, but it doesn't pass along values for either `ANSIBLE_ROLES_PATH` or `ANSIBLE_COLLECTIONS_PATH` when doing so. As a result, roles/collections are always installed to `~/.cache/ansible-compat/`. Furthermore, in...

bug

We often see this task fail in our CI runs, but since it has the `no_log` property, we don't have logging output that might be useful in helping to figure...