Skip to content
Snippets Groups Projects
Commit 60c7eaa6 authored by Boris Jaduš's avatar Boris Jaduš Committed by Kamil Andoniadis
Browse files

Bash set as default shell

parent d67e6ba3
Branches
Tags
No related merge requests found
- name: ensure existence of user
user:
name: '{{ kypo_user_access_username }}'
shell: /bin/bash
- name: ensure existence of SSH directory
file:
......@@ -21,4 +21,3 @@
name: '{{ kypo_user_access_username }}'
password: '{{ kypo_user_access_password | password_hash("sha512") }}'
when: kypo_user_access_password is defined and kypo_user_access_password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment