community.general/lib/ansible/modules/system
verm666 ac40d9f41a 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.
2016-12-08 11:23:16 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
authorized_key.py fix authorized_keys in check_mode 2016-12-08 11:23:16 -05:00
cron.py - 'name' should not be required so as to allow uninstalling a cron_file 2016-12-08 11:23:13 -05:00
group.py Replaced tabbed indentation with spaces for group module 2016-12-08 11:23:16 -05:00
hostname.py Hostname module should update ansible_hostname 2016-12-08 11:23:10 -05:00
mount.py Escape spaces, backslashes and ampersands in fstab 2016-12-08 11:23:14 -05:00
ping.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
seboolean.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
selinux.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
service.py Not use "is" to compare strings 2016-12-08 11:23:14 -05:00
setup.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
sysctl.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
user.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00