Don't try to add user to sudo unconditionally

This commit is contained in:
Salt 2020-09-02 22:24:44 -05:00
parent 8cc22ac56f
commit 848d07f70f

View File

@ -6,7 +6,6 @@
name: "{{ user_username }}"
shell: "{{ user_shell }}"
password: "{{ user_password }}"
groups: sudo
append: yes
become: yes
- name: Add user to sudo