diff options
author | Chris James <etcet@users.noreply.github.com> | 2022-06-17 19:16:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 19:16:42 +0200 |
commit | ea351f0ae2bca23cdd7c24547a6607a50186a116 (patch) | |
tree | 736ac52be25cb79332049ea853033c5b609ad10e /test/integration/targets/user | |
parent | fix missing single quotes in sample code (#78056) (diff) | |
download | ansible-ea351f0ae2bca23cdd7c24547a6607a50186a116.tar.xz ansible-ea351f0ae2bca23cdd7c24547a6607a50186a116.zip |
user - Use -n instead of -N for luseradd on all distros (#75042)
* Use -n instead of -N for luseradd on all distros
Co-authored-by: Chris James <git@etcet.net>
Diffstat (limited to 'test/integration/targets/user')
-rw-r--r-- | test/integration/targets/user/tasks/test_local.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/user/tasks/test_local.yml b/test/integration/targets/user/tasks/test_local.yml index 5326073935..67c24a210c 100644 --- a/test/integration/targets/user/tasks/test_local.yml +++ b/test/integration/targets/user/tasks/test_local.yml @@ -86,6 +86,7 @@ - testgroup3 - testgroup4 - testgroup5 + - local_ansibulluser tags: - user_test_local_mode @@ -163,6 +164,7 @@ - testgroup3 - testgroup4 - testgroup5 + - local_ansibulluser tags: - user_test_local_mode |