Richard Megginson

Results 313 comments of Richard Megginson

The role uses macros, and for some reason, integers are not rendered as strings correctly inside macros. The following playbook is an easy reproducer: Steps: 1) python -mvenv .venv 2)...

ping - just wanted to check in and see if everyone affected has been able to use jinja 3.1.x - I know that the RHEL 8.7/9.1 ansible-core 2.13 package will...

please hold until https://github.com/willshersystems/ansible-sshd/pull/196 is merged

> please hold until #196 is merged Done. This can be merged now.

> Looks to me like the action kept [] around the tag it derived from the changlog. Yep - probably a bug in parsing `[vX.Y.Z]` vs `[X.Y.Z]`

Dependency on libfastjson needs to be updated to 0.99.8 or later to pick up https://github.com/rsyslog/libfastjson/pull/155 ``` [2018-07-27 18:33:32] [build] parser.c:2365:5: warning: implicit declaration of function ‘json_object_array_del_idx’; did you mean ‘json_object_array_get_idx’?...

I guess it depends on how many users are using the `masquerade` and `icmp_block_inversion` parameters with a value other than "yes" or "true" (or any boolean YAML value). If that...

> Section [3.1.9.1. Platform specific variables](https://redhat-cop.github.io/automation-good-practices/#_platform_specific_variables) seems to cover this topic. > > But I have some trouble following the example given there. I don't understand where and how to...

Another question - Can `woke` scan for **filenames**? I don't mean the contents of files, I mean the names of files and directories? For example, `ansible-test sanity` requires the project...

> The `ansible-test sanity` command is used in some places in our code. I would like to configure `woke` to allow the string `ansible-test sanity`, but have an error anywhere...