Rémi Ferrand
Rémi Ferrand
Hi @lha , - I do agree, `heimbase` isn't the best place, where would you like this to be placed ? - Regarding the function args, I'm not quite sure...
This would of course be awesome if `fpm` has built-in support for `pyproject.toml`. I know this is no long term solution, but I use a stupid workaround for projects that...
_rspec_ test are coming
Those tickets are so old that I'm not expecting for the `port` puppet type anymore ... in my distribution the `port` type is still commented out ! Maybe that this...
:+1: for this PR
I've just realized that my editor ( _V.S Code_ ) has updated the _Table Of Content_ of the `manual.md` file behind my back. If this is a problem for you,...
Not interested in this feature :innocent: ?
Same behavior with the latest versions: ``` ├─┬ [email protected] │ ├─┬ [email protected] │ │ └── [email protected] deduped │ └─┬ [email protected] ├─┬ [email protected] │ ├── [email protected] deduped │ ├── [email protected] deduped...
My current tests shows that a _very naive_: ``` if 'result' in resp: result = resp.get('result') if 'failed' in result: self._fail("part of the request has failed", str(result.get('failed'))) ``` in [module_utils/ipa.py](https://github.com/ansible-collections/community.general/blob/main/plugins/module_utils/ipa.py#L152)...
https://github.com/ccin2p3/go-freeipa/commit/f52fb717b6c26f838b88db3bd87f65167d67babe should address this issue. Warning: This is still in early development.