summaryrefslogtreecommitdiff
path: root/test/integration/targets/user/vars
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2018-07-19 10:07:00 -0400
committerGitHub <noreply@github.com>2018-07-19 10:07:00 -0400
commit0ca61e9d87bdb86c6a7fa2884d81f4e929a41a5e (patch)
tree52054fc5faa3c6f3d7657e9cd5a28f4cf3676ac1 /test/integration/targets/user/vars
parent786613f426cd6bc5c8efac4e5e73453c08ec7de0 (diff)
downloadansible-0ca61e9d87bdb86c6a7fa2884d81f4e929a41a5e.tar.gz
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.
Diffstat (limited to 'test/integration/targets/user/vars')
-rw-r--r--test/integration/targets/user/vars/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/user/vars/main.yml b/test/integration/targets/user/vars/main.yml
new file mode 100644
index 0000000000..f5d3b3f332
--- /dev/null
+++ b/test/integration/targets/user/vars/main.yml
@@ -0,0 +1,5 @@
+user_home_prefix:
+ Linux: '/home'
+ FreeBSD: '/home'
+ SunOS: '/home'
+ Darwin: '/Users'