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
Michael Scherer a35b77a10c Convert name to bytes to compare it to bools
On python 3, bools is a list of bytes:

    >>> rc,bools = selinux.security_get_boolean_names()
    >>> 'virt_use_nfs' in bools
    False
    >>> bools
    [b'abrt_anon_write', b'abrt_handle_event', ...]
9 years ago
..
__init__.py package files 11 years ago
authorized_key.py Fix minor syntax error in authorized_key module doc (#4491) 9 years ago
cron.py Bulk spelling improvement to modules-core (#5225) 9 years ago
group.py Bulk spelling improvement to modules-core (#5225) 9 years ago
hostname.py hostname: Support "Scientific Linux CERN" (#4855) 9 years ago
mount.py Fixing bind mount pattern in the mount module (#5084) 9 years ago
ping.py Port to dual python2/python3 compat 10 years ago
seboolean.py Convert name to bytes to compare it to bools 9 years ago
selinux.py Proper author info for all remaining modules 11 years ago
service.py Bulk spelling improvement to modules-core (#5225) 9 years ago
setup.py add gather_timeout parameter (#4093) 10 years ago
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 10 years ago
systemd.py Bulk spelling improvement to modules-core (#5225) 9 years ago
user.py Bulk spelling improvement to modules-core (#5225) 9 years ago