mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* fix a (forgotten?) change in moving createhome -> create_home Fix for following bug on FreeBSD host whith user module: ``` fatal: [webssp]: FAILED! => {"changed": false, "module_stderr": "X11 forwarding request failed Traceback (most recent call last): File \"/tmp/ansible_2rmlBl/ansible_module_user.py\", line 2487, in <module> main()\n File \"/tmp/ansible_2rmlBl/ansible_module_user.py\", line 2426, in main (rc, out, err) = user.modify_user() File \"/tmp/ansible_2rmlBl/ansible_module_user.py\", line 1011, in modify_user if (info[5] != self.home and self.move_home) or (not os.path.exists(self.home) and self.createhome): AttributeError: 'FreeBsdUser' object has no attribute 'createhome' ", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} ``` It happenned with 'createhome' AND with 'create_home' form, with python 2.7 AND python 3.6 * Add changelog Co-authored-by: dgeo <dgeo@users.noreply.github.com> |
||
---|---|---|
.. | ||
42647-win_updates.yaml | ||
42669-add_ssl_zabbix_inventory.yaml | ||
add_file_lock_feature.yaml | ||
add_random_mac_filtter.yaml | ||
admin-users-default-change.yaml | ||
ansiballz_streamline_imports.yaml | ||
any_unparsed_is_failed.yaml | ||
avoid_cwd_vars.yml | ||
aws_core_is_boto3_error_code.yml | ||
aws_s3_async_fix.yaml | ||
aws_s3_decryption_fix.yaml | ||
aws_s3_fix_custom_endpoints.yaml | ||
basic_booleans_backward_compat.yaml | ||
batch_mode_elasticsearch_plugin.yaml | ||
callback_plugin_merge.yml | ||
cleanup__file__.yaml | ||
connection_reset.yaml | ||
elasticsearch_plugin-showSTDERRonFailure.yaml | ||
ensure_text_source.yaml | ||
file_attributes.yaml | ||
file_touch_check_mode.yaml | ||
file_touch_diff.yaml | ||
fix-255-exit-code.yaml | ||
gce-sort-fix.yaml | ||
inventory_dir_ext_compare_fix.yaml | ||
irc_py3_compat.yaml | ||
lineinfile-empty-regexp.yml | ||
no_log_fix_for_connection_exceptions.yaml | ||
passwordstore-lookup-backup.yaml | ||
pause-stdout-redirection.yaml | ||
pause-try-except-curses.yaml | ||
preserve_delegate_nolog.yml | ||
puppet_debugging_options.yaml | ||
remote_tmp_de-escalated_user.yaml | ||
syslog_facility-for-journald.yml | ||
user-freebsd-createhome-name-fix.yaml | ||
v2.7.0-initial-commit.yaml | ||
win_become_async_older_hosts.yml | ||
win_chocoalatey_install_tls12.yml | ||
win_chocolatey-return-rc-always.yml | ||
win_domain-dns-typo-fix.yml | ||
win_iis_webapppool-output-fix.yml | ||
win_reboot-fixes.yml | ||
win_security_policy-empty-value.yaml | ||
win_updates-async-fix.yml | ||
winrm_kinit-remove-pass-log.yml | ||
wrcwd_ansible.cfg.yml |