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
Sijis Aviles 034e9b0252
unarchive - add include option (#40522)
This should allow users to extract specific files from an archive as
desired.

Fixes #16130, #27081.

* Rebase and make a few minor changes
* Add changelog
* Improve tests

- move to separate tasks file
- change assertions to check for exactly one file
- use remote_tmp_dir for output dir

* Make exclude and include mutually exclusive
* Don't remove files needed by other tasks
* Fix sanity tests
* Improve feature documentation
* Skip tests that use map() on CentOS 6
* Use fnmatch on include for zip archives
  This matches the behavior of exclude

Co-authored-by: Sam Doran <sdoran@redhat.com>
4 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration unarchive - add include option (#40522) 4 years ago
lib/ansible_test The implicit default for type=bool options is not 'false', but 'none' (#72699) 4 years ago
sanity The implicit default for type=bool options is not 'false', but 'none' (#72699) 4 years ago
support Various intentional tests (#72485) 4 years ago
units AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198) 4 years ago
utils/shippable [devel] Azure Pipelines configuration. 4 years ago