From f3fb9067c076793c6b434cc17ee82bbeaa2f67bd Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 31 Oct 2023 14:08:16 +0100 Subject: Set shell for created user --- initial-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/initial-deploy.yml b/initial-deploy.yml index 6e6cdce..f0a83d1 100644 --- a/initial-deploy.yml +++ b/initial-deploy.yml @@ -15,6 +15,7 @@ name: "ansible" groups: "sudo" password: "{{ mypass | password_hash('sha512') }}" + shell: /bin/bash - name: Setup Authorized keys authorized_key: user: "ansible" -- cgit v1.2.3