From 746399c1de4e0598df513b1c156015f38c969cf4 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sun, 25 Apr 2021 21:48:31 -0400 Subject: [PATCH] Add service account for nextcloud app --- vars/accounts.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/accounts.yml b/vars/accounts.yml index c3e698c..7a36802 100644 --- a/vars/accounts.yml +++ b/vars/accounts.yml @@ -77,3 +77,8 @@ omni_users: uid: 1291 targets: [datastore] svc: true + + - name: mech_nextcloud + uid: 1290 + targets: [datastore] + svc: true