mirror of https://github.com/ansible/ansible.git
Only report change when home directory is different on FreeBSD (#42865)
* Only report change when home directory is different
Add tests with home: parameter
Have to skip macOS for now since there is a bug when specifying the home directory path for an existing user that results in a module failure. That needs to be fixed in a separate PR.
(cherry picked from commit 0ca61e9d87
)
pull/43346/head
parent
e288c23a18
commit
2267ba2f05
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- user - fix bug that resulted in module always reporting a change when specifiying the home directory on FreeBSD (https://github.com/ansible/ansible/issues/42484)
|
@ -0,0 +1,5 @@
|
||||
user_home_prefix:
|
||||
Linux: '/home'
|
||||
FreeBSD: '/home'
|
||||
SunOS: '/home'
|
||||
Darwin: '/Users'
|
Loading…
Reference in New Issue