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
Dag Wieers 2ef0946370
Warn on incorrect use of parameter, and remove fix for now (#54336)
* Fix wrong example, remove strictness and fix tests

It was obvious that (because of an incorrect example) people were using
the **xml** module incorrectly, specifying the `attribute` parameter
where it was not supported (i.e. ignored).

While this functionality would have been useful, it currently returns as
if the information was requested from the parent, so we cannot simply
make it to what would be expected.

Therefor the real solution is to provide a warning when we find
incorrect use, and deprecate this use. Then later we could implement
this functionality correctly.

While troubleshooting this issue, I found that in some cases our
integration tests were not being run when we expected it.

This fixes #53459

* Change warning

* Fix weird sanity test error

* Add a comment to the deprecate-test
7 years ago
..
cli Collection content loading (#52194) 7 years ago
compat Have update-bundled check for updates to all bundled code 7 years ago
config Collection content loading (#52194) 7 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 7 years ago
executor Collection content loading (#52194) 7 years ago
galaxy Update galaxy cli metadata file templates (#51398) 7 years ago
inventory Strip whitespace when reading limit file (#53564) 7 years ago
module_utils PS AddType - Add the ability to supply custom compile symbols for C# code (#54582) 7 years ago
modules Warn on incorrect use of parameter, and remove fix for now (#54336) 7 years ago
parsing Collection content loading (#52194) 7 years ago
playbook Collection content loading (#52194) 7 years ago
plugins Collection content loading (#52194) 7 years ago
template Collection content loading (#52194) 7 years ago
utils Collection content loading (#52194) 7 years ago
vars fixes for stripping (#52930) 7 years ago
__init__.py
constants.py Fine tune sanity (#53544) 7 years ago
context.py Become plugins (#50991) 7 years ago
release.py Codename: How Many More Times 7 years ago