From 36a61c751059d90ed972ca1165ffd86c5e65e9af Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Thu, 13 Dec 2018 22:33:35 -0500 Subject: [PATCH] Remove var prompts --- playbooks/update-local-users.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/playbooks/update-local-users.yml b/playbooks/update-local-users.yml index edb6983..8ecb014 100644 --- a/playbooks/update-local-users.yml +++ b/playbooks/update-local-users.yml @@ -3,23 +3,6 @@ - hosts: all name: Prompt for variables - vars_prompt: - - name: "generate_keys" - prompt: "Generate SSH keypair for new users?" - default: yes - private: no - when: generate_keys is not defined - # - name: "disable_sudo_password" - # prompt: "Disable required user password when running sudo commands?" - # default: no - # private: no - # when: disable_sudo_password is not defined - - name: "disable_gnome_user_list" - prompt: "Disable the GNOME user list?" - default: yes - private: no - when: disable_gnome_user_list is not defined - tasks: - name: Pre-processing tags: always