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/copy/tasks
Brian Coca 4260b71cc7
refactor and fixes for doc parsing (#77719)
* refactor and remove redundant code in documentation

  allow location and building api to be more accessible
  fix issues with displaying ansible.legacy and ansible.builtin
  ensure we don't x2 process tokens (some modules reference them also) fixes #77764
  move to constants vs hardcoded
  more informative errors and comments
  now have actual filter/test plugins, which expose the filter/test functions
  moved filter/test loading/finding logic into jinja2pluginloader, removed dupe implementations
  added tests for case in which we unique by basename when listing

Update lib/ansible/utils/plugin_docs.py
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
2 years ago
..
acls.yml Install acl on Ubuntu for copy integration test. 2 years ago
check_mode.yml [copy] Add some test coverage for check_mode (#68895) 5 years ago
dest_in_non_existent_directories.yml Deprecate tests used as filters (#32361) 7 years ago
dest_in_non_existent_directories_remote_src.yml copy: ensure _original_basename is set: fixes #47050 (#47238) 5 years ago
main.yml Remove COMMAND_WARNINGS and warn (#77411) 3 years ago
no_log.yml copy - redact 'content' from invocation in check mode (#71033) 4 years ago
selinux.yml fix copy test for split controller/remote 2 years ago
src_file_dest_file_in_non_existent_dir.yml Deprecate tests used as filters (#32361) 7 years ago
src_file_dest_file_in_non_existent_dir_remote_src.yml copy: ensure _original_basename is set: fixes #47050 (#47238) 5 years ago
tests.yml refactor and fixes for doc parsing (#77719) 2 years ago