diff options
| author | spmfox <spmfox@foxwd.com> | 2025-05-14 20:40:03 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-05-14 20:40:03 -0400 |
| commit | 9af1708e2f67af6c44e800d6960ad3fc962b3386 (patch) | |
| tree | 50b88eeed27ee130961891542060d742d091c6cf /roles/host/tasks/shell-helper.yml | |
| parent | 35ba5f40cc9b4dc2c07dc236c5c2272afd2d673f (diff) | |
fixing bash helpers so they allow sftp to work
Diffstat (limited to 'roles/host/tasks/shell-helper.yml')
| -rw-r--r-- | roles/host/tasks/shell-helper.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/host/tasks/shell-helper.yml b/roles/host/tasks/shell-helper.yml index e36784a..9567fe7 100644 --- a/roles/host/tasks/shell-helper.yml +++ b/roles/host/tasks/shell-helper.yml @@ -4,7 +4,7 @@ owner: "{{ host_containers_user }}" group: "{{ host_containers_user }}" create: true - block: "{{ host_shell_login_helper }}" + block: "{{ host_shell_login_helper_bash }}" - name: Check if fish shell is installed ansible.builtin.stat: @@ -26,6 +26,6 @@ owner: "{{ host_containers_user }}" group: "{{ host_containers_user }}" create: true - block: "{{ host_shell_login_helper }}" + block: "{{ host_shell_login_helper_fish }}" when: fish.stat.exists when: fish.stat.exists |
