mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-02-16 19:00
This commit is contained in:
parent
f8e6edbc75
commit
640b66592e
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Create ma1sd user account
|
- name: Create ma1sd user account
|
||||||
user: name={{ ma1sd_user }} home={{ ma1sd_root_dir }} shell=/bin/bash state=present
|
user: name={{ ma1sd_user }} home={{ ma1sd_root_dir }} shell=/sbin/nologin state=present
|
||||||
tags: matrix
|
tags: matrix
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Create synapse user account
|
- name: Create synapse user account
|
||||||
user: name={{ synapse_user }} home={{ synapse_root_dir }} shell=/bin/bash state=present
|
user: name={{ synapse_user }} home={{ synapse_root_dir }} shell=/sbin/nologin state=present
|
||||||
tags: matrix
|
tags: matrix
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user