mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-15 20:37:43 +00:00
* 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.
5 lines
90 B
YAML
5 lines
90 B
YAML
user_home_prefix:
|
|
Linux: '/home'
|
|
FreeBSD: '/home'
|
|
SunOS: '/home'
|
|
Darwin: '/Users'
|