Update to 2022-02-16 19:00

This commit is contained in:
Daniel Berteaud 2022-02-16 19:00:06 +01:00
parent f8e6edbc75
commit 640b66592e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
- 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

View File

@ -1,6 +1,6 @@
---
- 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