Skip to content

Commit

Permalink
Update lxc_createuser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vreden46 authored May 7, 2024
1 parent 57e9a9c commit c749816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lxc_createuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
- name: Add user torsten
user:
name: "{{USR}}"
shell: /bin/bash
state: present
update_password: always
groups: sudo
group: users
append: true
password: "{{ PW | password_hash('sha512') }}"

0 comments on commit c749816

Please sign in to comment.