ansible/system
Michael Scherer 826d313aad Do not use echo shell builtin for password
Using \t in a password may result in a different password
being set :

    $ echo 'a\ta'
    a   a

Problem report originally found by Pilou-
( https://github.com/ansible/ansible-modules-extras/pull/198 )
2015-01-12 19:30:07 +01:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Typo in comments 2014-11-27 12:36:34 +01:00
cron.py Update cron example for setting to run twice a day 2014-12-02 14:38:32 -08:00
group.py file extensions! 2014-09-26 10:37:56 -04:00
hostname.py Merge pull request #512 from mscherer/fix_438 2014-12-16 22:46:20 -08:00
mount.py Remove incorrect executable permissions. 2014-11-13 18:08:48 -05:00
ping.py file extensions! 2014-09-26 10:37:56 -04:00
seboolean.py file extensions! 2014-09-26 10:37:56 -04:00
selinux.py file extensions! 2014-09-26 10:37:56 -04:00
service.py vastly simplified systemd detection, made enable/disable errors clearer 2014-12-08 08:15:54 -05:00
setup.py file extensions! 2014-09-26 10:37:56 -04:00
sysctl.py Fixed typo 2014-11-28 16:36:21 +01:00
user.py Do not use echo shell builtin for password 2015-01-12 19:30:07 +01:00