Matt Martz
Matt Martz
After looking through devpi, I think we need to add `--replica-max-retries` to the container. When that flag was added, it came with this: ``` - add a new command line...
Partially related to https://github.com/ansible/ansible/commit/1da47bfa8c6711e19902e4a1460d3276d33664e1
Copying over the reasoning why non-local mounts have been skipped historically: > That if is there because querying those types of mounts is normally very problematic, time consuming and error...
We've discussed this, and are going to prioritize this for inclusion in 2.18. The planned implementation is likely to add a new fact module to core, that would allow gathering...
Include params are: 1. role params (role params are called out before `include params` but are additionally used in inheritance in defining `include params`) 2. `vars:` from `include_tasks`/`include_role` 3. special...
`vars_plugins` are the means by which 3 and 8 are populated. The footnote of `[2]` reads: > Includes vars added by ‘vars plugins’ as well as host_vars and group_vars which...
`include_role` will always ignore `allow_duplicates`. That is actually a feature of `include_role`, although the docs are incorrect. `allow_duplicates` for `include_role` was never implemented, nor ever meant to be implemented, but...
This is effectively expected, and ultimately you need to use `\\\\`. There are multiple layers to deal with, each potentially requiring their own escaping. The string gets interpreted multiple times...
@ssbarnea For one thing, we are making a push to only allow variable names, and other similar keys, that are valid python identifiers. To explain a little further about group...
I believe the page you are looking for is https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#argument-spec