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/test/integration/targets/iso_extract
James Cammarata ebf971f931 Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595)
* Don't use getattr in _get_parent_attribute to avoid recursion issues

Fixes #23609

* Move extend/prepend to field attribute

Also removes _get_attr* methods that were basically just calling
_get_parent_attribute because it needed to set those params.

Also modifies _get_parent_attribute() to pull those values from the
FieldAttributes instead of using the ones passed into the function.

* Better fixes for _get_parent_attribute
7 years ago
..
files iso_extract: Reimplement using 7zip (not requiring root) (#24937) 7 years ago
meta Add integration test targets for core supported modules (#24217) 7 years ago
tasks Don't use getattr in _get_parent_attribute to avoid recursion issues (#33595) 7 years ago
aliases Mark destructive tests as such. 7 years ago