Minor fix in user playbook task

This commit is contained in:
Salt 2020-06-01 04:55:40 -05:00
parent c7d674a9b0
commit 9b101949d2

View File

@ -1,7 +1,7 @@
#!/usr/bin/ansible-playbook #!/usr/bin/ansible-playbook
# vim:ft=ansible: # vim:ft=ansible:
--- ---
- name: Assure user salt - name: Assure user
user: user:
name: "{{ user_username }}" name: "{{ user_username }}"
shell: "{{ user_shell }}" shell: "{{ user_shell }}"