updated users state
This commit is contained in:
parent
a6048c0545
commit
7fed6219d3
@ -26,6 +26,13 @@ user-{{ name }}:
|
||||
- {{ opt_group }}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
user-{{ name }}-config-dir:
|
||||
file.directory:
|
||||
- name: {{ user.home }}/.config
|
||||
- user: {{ name }}
|
||||
- group: {{ user.gid }}
|
||||
- mode: 0755
|
||||
{%- endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user