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