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
zitterbacke 2e88582165 re-enable AIX password setting
the AIX class uses a unsafe shell for setting the user password (containing a pipe in the command). This patch adopts to the new behavior of module_utils/basic.py (since somewhere around 1.7).

besides it changes the qoutes for the echo command from double to single, because password-hashes contain $-signs and one would not have this variables expanded.
10 years ago
..
__init__.py package files 10 years ago
authorized_key.py Typo in comments 10 years ago
cron.py Update cron example for setting to run twice a day 10 years ago
group.py file extensions! 10 years ago
hostname.py fixed hostname for gentoo 10 years ago
mount.py Remove incorrect executable permissions. 10 years ago
ping.py file extensions! 10 years ago
seboolean.py file extensions! 10 years ago
selinux.py file extensions! 10 years ago
service.py vastly simplified systemd detection, made enable/disable errors clearer 10 years ago
setup.py file extensions! 10 years ago
sysctl.py Fixed typo 10 years ago
user.py re-enable AIX password setting 10 years ago