From 6835593fc328b457a3eb575f2cf3e225e03a0065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 13 Apr 2022 19:28:54 +0200 Subject: [PATCH] use bash as default shell --- roles/common/tasks/user-ops.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/user-ops.yaml b/roles/common/tasks/user-ops.yaml index a11cc21..d739eb2 100644 --- a/roles/common/tasks/user-ops.yaml +++ b/roles/common/tasks/user-ops.yaml @@ -3,6 +3,7 @@ ansible.builtin.user: name: service-user comment: Service user + shell: /bin/bash - name: "Update authorized_keys of tormakris" ansible.posix.authorized_key: