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
Rick Elrod 688cd8657b
Fix string/bytestring comparsion in m_u.basic (#70439)
Change:
- module_utils.basic.is_special_selinux_path() used a string ==
  bytestring comparison which returned False and made Ansible think that
  certain filesystems aren't, in fact, special-cased, when they should
  be. Ensure both sides of the == are bytestrings.

Test Plan:
- Added `copy` integration tests for this case.

Tickets:
- Fixes #70244

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
_vendor transparent downstream vendoring (#69850) 5 years ago
cli ansible-doc man formatter: fail with better error message when description isn't there (#70046) 4 years ago
collections collection routing (#67684) 5 years ago
compat Updated bundled libraries (#70418) 4 years ago
config DigitalOcean content has been moved to community.digitalocean. (#70483) 4 years ago
errors various deprecation, display, warning, error fixes for collections redirection (#69822) 5 years ago
executor Handle post_validate templating errors and fix tests (#70240) 4 years ago
galaxy Improve ansible-galaxy STDOUT messages for collections (#70040) 4 years ago
inventory return changed for group_by (#32057) 5 years ago
module_utils Fix string/bytestring comparsion in m_u.basic (#70439) 4 years ago
modules sanity: remove ansible-bad-function (#70431) 4 years ago
parsing Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 5 years ago
playbook Raise Warning when import_playbook receives additional parameters (#64156) 5 years ago
plugins Suppress warning for user directory in ansible-inventory (#65344) 4 years ago
template Deprecation revisited (#69926) 5 years ago
utils misc collection metadata fixes (#70403) 4 years ago
vars Deprecation revisited (#69926) 5 years ago
__init__.py transparent downstream vendoring (#69850) 5 years ago
constants.py avoid constant checking controlpersist (#69910) 5 years ago
context.py Become plugins (#50991) 6 years ago
release.py Bump devel to 2.11.0 (#70121) 4 years ago