From 97493ba72d5102188e7cccf10f2dae384d9757c3 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Sat, 14 Jan 2023 10:50:01 -0700 Subject: [PATCH] Comment about vnc_create_users --- defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index b212994..8810d26 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -70,5 +70,6 @@ vnc_reboot_once: false ### You can override/set the variable with vnc_paradigm_override to "version1" or "version2". However, it should be automatically determined so you don't need to change this. # vnc_paradigm_override: version1 -### Optionally create groups and users. By default 'false' +### Optionally create Linux groups and users. By default 'false' +### The users in vnc_users must already exist as user accounts in the operating system for the role to work. Create them ahead of time, or set this variable. vnc_create_users: false