Klaus Zerwes

Results 43 issues of Klaus Zerwes

for example: `lookup('unvault',...` should be converted to fqcn notation `lookup('ansible.builtin.unvault',...` ..

enhancement

Thank you for taking the time to work on a PR for Awesome-Sysadmin! To ensure your PR is dealt with swiftly please check the following: - [x] Your additions are...

reviewers wanted
addition

re-created ##655 With the latest updates of opnsense based on FreebSD 13.2, the ipmitool package is not available anymore. This patch enables the check_mk_agent for freebsd to use the ipmi-sensors...

tracked

Is there a reason why arguments are evaulated in such a (IMO) cumbersome way? This could be just a keyword argument to the function instead of manually fiddling with `kwargs`......

check if models are valid before offering them and refuse to start if we have not a single valid one

##### ansible-galaxy command : avoid unnecessary warnings regarding 'detached HEAD state' This PR suppresses the annoying output regarding the `'detached HEAD' state` if the version field of the collection/role to...

stale_ci
stale_review
feature

converted using https://github.com/zerwes/ansible-fqcn-converter BTW: is there a reason you just use `yamllint` and not `ansible-lint` in the *Lint* job of the **CI** workflow? If you're interested: I have it up...

handle comment properties analogue to the issue properties example ```python is_internal_comment = False try: p = jira.comment_property(425201, 'sd.public.comment') is_internal_comment = p.value.internal.lower() == 'true' except JIRAError: pass ```

minor

As debian trixie comes with ansible 12 / ansible-core 2.19, supporting this version would be great. https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_12.html There are several breaking changes, like: * broken conditionals (annoying, but easy to...

``` DEPRECATION: Building 'HiYaPyCo' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to...

enhancement