Skip to content

Commit dce8e48

Browse files
committed
verbose name for task
1 parent 93c1857 commit dce8e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/dev-desktop/tasks/usermod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
database: passwd
55
key: "{{ item.username }}"
66
register: user_exists
7-
ignore_errors: yes
7+
ignore_errors: true
88

9-
- name: Set the user shell
9+
- name: Set the user shell to {{ item.shell }}
1010
ansible.builtin.user:
1111
name: "{{ item.username }}"
1212
shell: "{{ item.shell }}"

0 commit comments

Comments
 (0)