summaryrefslogtreecommitdiff
path: root/roles/unix_users/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/unix_users/defaults/main.yml')
-rw-r--r--roles/unix_users/defaults/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/unix_users/defaults/main.yml b/roles/unix_users/defaults/main.yml
index ea33fc9..8982001 100644
--- a/roles/unix_users/defaults/main.yml
+++ b/roles/unix_users/defaults/main.yml
@@ -1,3 +1,9 @@
+# The user of the role MUST define the version they want to use. If
+# it's not what the version of unix_users being used actually
+# provides, the role will fail.
+unix_users_version: null
+
+
# List of system users to create. Value a list of dicts with keys:
#
# username -- the username of the new user