Skip to content

Commit e4e622e

Browse files
authored
use bash (#2)
1 parent 3573c76 commit e4e622e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/support_account/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
uid: 1001
1010
password: "{{ local_password | password_hash('sha512') }}"
1111
groups: sudo
12+
shell: /bin/bash
1213
when: local_password | length > 8
1314
become: true

0 commit comments

Comments
 (0)