Evgeni Golov
Evgeni Golov
##### SUMMARY ansible-core 2.11 supports role argument specs (https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse_roles.html#role-argument-validation, https://steampunk.si/blog/ansible-role-argument-specification/) and the surrounding tooling is now also getting support for that (https://github.com/ansible-community/antsibull/pull/272, https://github.com/ansible-community/antsibull-changelog/pull/55) which means we can better automate our...
##### SUMMARY When you try to update the user that us accessing the API, you get an error: `Current password Incorrect password` as we don't pass the `current_password` to the...
the API accepts those since 1.22 for DC and 2.0 for quota draft because it makes the execution non-idempotent, and I need to figure out how to map that…
##### SUMMARY we should have a role that accepts a list of CVs and just does a publish on them similar, we probably also should have one that does a...
William has manually dropped a big chunk of "poll pending task" requests to speed up things and reduce the size of the fixtures. I wonder if that's something we should...
##### SUMMARY see https://theforeman.org/api/2.1/apidoc/v2/ping/statuses.html probably not available in all foreman versions ##### ISSUE TYPE - Feature Idea
##### SUMMARY as per discussion in https://github.com/theforeman/foreman-ansible-modules/issues/535, we need a set of rules (besides naming) how roles should behave to be included in this collection. copying from the original issue,...
this is currently blocked on https://github.com/ansible/ansible/issues/72642 as `validate-modules` seems to barf on callable validators
##### SUMMARY We discussed in last triage, that it'd be good to have guidelines how to document roles, given they tend to have a standalone README.md instead of docs generated...
Lots of the logic around setting host params, groups, etc is now duplicated in both implementations, we should try to DRY that up. _Originally posted by @evgeni in https://github.com/theforeman/foreman-ansible-modules/issues/986#issuecomment-731112931_