ansible/system
verm666 b00b3f2b3c fix authorized_keys in check_mode
This change is in response to issue #1515.
Original pull request #1580.

The original problem is: in authorized_key module you have no idea about users
which will be created by Ansible at first run. I can propose next two ways to
solve this problem:

  1. Combine modules system/user.py and system/authorized_key.py in one module
     (so you will know everything about users in that module)
  2. Use small workaround: add my commit and always provide 'path' parameter
     for authorized_key module during runs with --check option.
2015-07-01 07:04:45 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py fix authorized_keys in check_mode 2015-07-01 07:04:45 -07:00
cron.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
group.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
hostname.py Hostname module should update ansible_hostname 2015-06-21 12:07:41 +03:00
mount.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
ping.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
seboolean.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
selinux.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
service.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
setup.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
sysctl.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
user.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00