Aaron Hicks

Results 19 issues of Aaron Hicks

### Bug description Using a directory service like FreeIPA that allows nested groups, if a nested group is added to `c.LDAPAuthenticator.allowed_groups` the indirect members (i.e. members of child groups) are...

bug

Creating a new ticket as per #989 Running Sublime Text 3 and Package Control on Windows 10, every time Sublime Text 3 is started I get a dialogue with the...

Is there a plan to extend this best-practice template to include support for Fedora/CentOS/RHEL distributions (i.e. to those using yum)? Ideally the extension should work in environments using both Debian...

Pylint now warns that ["Logger is not lazy"](http://pylint-messages.wikidot.com/messages:w1201) when you use `%` to do string formatting, meaning you just pass the strings and replacements directly rather than `% (list, of,...

Pass through opts to community.general.filesystem when creating a filesystem ## Description Passes through the `fsopts` var to `opts` for the `community.general.filesystem` when creating a filesystm ## Types of changes This...

It would be nice to be able to toggle on [Github Flavoured Markdown](http://github.github.com/github-flavored-markdown/) for editing `README.md` and `CONTRIBUTING.md` for GitHub. :sparkles not required.

Feature

Run tests on Rocky 8 Limit RedHat 7 version to last version available for release Set RedHat 8 version for tests This is not attempting to update the tests for...

When setting up an IPA replica with `ipaclient_no_ntp: true` I get the error: ``` TASK [freeipa.ansible_freeipa.ipareplica : Install - Replica installation test] *********************************************************************************************************************************************************************************************************** Thursday 09 November 2023 01:50:23 +0000 (0:00:00.019)...

### Summary To keep inventories simpler I've specified hosts by hostname (i.e. `host1`, `host2`, etc.) and set the `ansible_host` variable to `"{{ inventory_hostname }}.domain.org"`, or in a task that checks...

`apache::mod::php` now required that apache is called with `mpm_module=> prefork` for those operating systems that don 't do this by default (like Debian/Ubuntu)