cleaning up alpine code

This commit is contained in:
Radar231 2022-01-06 21:34:52 -05:00
parent fe2b972a73
commit 86b7774083
1 changed files with 0 additions and 7 deletions

View File

@ -20,11 +20,4 @@
shell: /bin/bash
when: ansible_os_family == "Debian"
- name: Create a new user named "{{ username }} (Alpine)"
user:
name: "{{ username }}"
password: "{{ userpw | password_hash('sha512', 'SmrFgsR8') }}"
shell: /bin/ash
when: ansible_distribution == "Alpine"
# EOF