From d22b710477a78f40a7d61a91a8a802e704d24a07 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Oct 2020 10:25:57 +0300 Subject: feat: verify unix_users can set shell --- roles/unix_users/subplot.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/unix_users/subplot.md') diff --git a/roles/unix_users/subplot.md b/roles/unix_users/subplot.md index 9a0356a..c098638 100644 --- a/roles/unix_users/subplot.md +++ b/roles/unix_users/subplot.md @@ -2,7 +2,7 @@ This role creates or updates Unix users. -## Create user with unix_users +## Create normal user with unix_users ~~~scenario given a host running Debian @@ -11,10 +11,12 @@ when I use role unix_users and I use variables from foo.yml and I run the playbook then the host has user foo +and the user foo on host has shell /bin/true ~~~ ~~~{#foo.yml .file .yaml} unix_users: - username: foo comment: Foo Bar + shell: /bin/true ~~~ -- cgit v1.2.1