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/system
Konstantin Gribov dadc1faebd Escape spaces, backslashes and ampersands in fstab
Fixes #530.

It's more generic than #578 which only fixes spaces escaping in name (target dir to mount).
Escaping is used in both `set_mount` (important for `src`, `name` and `opts`) and
`unset_mount` (for `name`).

It's shouldn't be used in `mount` and `umount` since `name` parameter is passed as array element
to `module.run_command`.

Signed-off-by: Konstantin Gribov <grossws@gmail.com>
10 years ago
..
__init__.py package files 10 years ago
authorized_key.py Fix authorized_key module crashing when given an invalid key 10 years ago
cron.py Update the cron docs to specify that it takes a boolean value 10 years ago
group.py removed executable bit 10 years ago
hostname.py add SLE12 support to hostname.py 10 years ago
mount.py Escape spaces, backslashes and ampersands in fstab 10 years ago
ping.py file extensions! 10 years ago
seboolean.py file extensions! 10 years ago
selinux.py Several cleanups to many modules: 10 years ago
service.py service: Fix comments in OpenBsdService class. 10 years ago
setup.py file extensions! 10 years ago
sysctl.py value should be string as that is what it compares against 10 years ago
user.py removed executable bit 10 years ago