Minor fix in user playbook task
This commit is contained in:
parent
c7d674a9b0
commit
9b101949d2
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
---
|
||||
- name: Assure user salt
|
||||
- name: Assure user
|
||||
user:
|
||||
name: "{{ user_username }}"
|
||||
shell: "{{ user_shell }}"
|
||||
|
Loading…
Reference in New Issue
Block a user