diff options
author | uvok cheetah | 2023-10-31 14:08:16 +0100 |
---|---|---|
committer | uvok cheetah | 2023-10-31 14:08:16 +0100 |
commit | f3fb9067c076793c6b434cc17ee82bbeaa2f67bd (patch) | |
tree | b743c278330daddd4f9e88c4681f10e75180100e | |
parent | 7c14e79aa82bb6ce48d7ddcce4db31370b11930c (diff) |
Set shell for created user
-rw-r--r-- | initial-deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |