summaryrefslogtreecommitdiff
path: root/roles/unix_users/subplot.md
diff options
context:
space:
mode:
Diffstat (limited to 'roles/unix_users/subplot.md')
-rw-r--r--roles/unix_users/subplot.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/unix_users/subplot.md b/roles/unix_users/subplot.md
index c098638..35d53c4 100644
--- a/roles/unix_users/subplot.md
+++ b/roles/unix_users/subplot.md
@@ -11,6 +11,7 @@ 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 encrypted password foopass
and the user foo on host has shell /bin/true
~~~
@@ -19,4 +20,5 @@ unix_users:
- username: foo
comment: Foo Bar
shell: /bin/true
+ password: foopass
~~~