You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins
Sloane Hertel 86bcfec830
Validate task attributes with first finalized attrs after loop (#80476) (#80517)
* Validate task attributes `run_once` and `action` with finalized attrs after individual loop results

* Validate task attribute `ignore_unreachable` using individual loop results

Once there's a way to post validate only certain fields, we can use self._task.post_validate() instead

This replaces the fix introduced in https://github.com/ansible/ansible/pull/80051.

(cherry picked from commit bd6feeb6e7)
3 years ago
..
action Add new dnf5 module (#80272) 3 years ago
become documentation: become plugins: correct pluralization in description (#78196) 4 years ago
cache Clean up unused imports in plugins (#79899) 3 years ago
callback Fix "pointless" strings detected by pylint (#79943) 3 years ago
cliconf Clean up pointless statements (#79941) 3 years ago
connection paramiko connection now uses the correct source of data (#79704) 3 years ago
doc_fragments Description for changing User ID to match user value (#79470) 3 years ago
filter Improve dirname and basename filter doc (#80054) 3 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 5 years ago
inventory Support for Python 3.11+ tomllib for inventory (#77435) 4 years ago
lookup password lookup, handle ident properly when saved (#80251) 3 years ago
netconf Misc typo fixes in plugins directory (#76566) 4 years ago
shell Update collections.abc imports (#79911) 3 years ago
strategy Validate task attributes with first finalized attrs after loop (#80476) (#80517) 3 years ago
terminal Type hint fixes. 4 years ago
test Clean up unused imports in plugins (#79899) 3 years ago
vars Clean up unused imports in plugins (#79899) 3 years ago
__init__.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 3 years ago
list.py Clean up unused imports in core (#79900) 3 years ago
loader.py Clean up unused imports in core (#79900) 3 years ago