lint
This commit is contained in:
parent
18c576d716
commit
0db9983da0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
create_username: "{{ lookup('env','USER') }}"
|
||||
create_username: "{{ lookup('env', 'USER') }}"
|
||||
create_pwgen: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits,punctuation length=32') }}"
|
||||
sudo_group_by_fam:
|
||||
Debian: sudo
|
||||
|
|
Loading…
Reference in a new issue