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/units
Abhijeet Kasurde a8ae8f4d72
setup: Handle CIFS share with backward slash (#70006)
CIFS can be mounted using backward slash as well in /etc/fstab like

\\Windows\share /data/ cifs credentials=/root/.creds 0 0

Handle this condition while gather mount information in Linux.

Fixes: #48813

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
4 years ago
..
_vendor
ansible_test Add Azure Pipelines support to ansible-test. 5 years ago
cli Add collection path in CLI version info (#68633) 4 years ago
compat
config
errors
executor
galaxy Improve ansible-galaxy STDOUT messages for collections (#70040) 4 years ago
inventory
inventory_test_data/group_vars
mock
module_utils setup: Handle CIFS share with backward slash (#70006) 4 years ago
modules Add intentional unit tests for basic._set_cwd and common.dict_merge (#70283) 4 years ago
parsing
playbook
plugins Fix delegate_facts with interpreter not being set (#70293) 4 years ago
regex
template Do not treat AnsibleUndefined as being unsafe (#65202) 5 years ago
utils
vars
__init__.py
requirements.txt
test_constants.py
test_context.py