share ssh dir with toolbox and add python cli tool

This commit is contained in:
Morgan McMillian 2024-08-26 10:56:04 -07:00
parent ebed161f7b
commit affb9d20ed

View file

@ -15,6 +15,7 @@
name:
- hg-evolve
- python-lsp-server
- linode-cli
extra_args: --user
- name: Setup bin directory
@ -29,8 +30,6 @@
state: directory
mode: "0755"
- name: Setup config directory
ansible.builtin.file:
path: "{{ config_dir }}"
@ -60,3 +59,9 @@
src: "{{ dotfiles_config_dir }}/starship.toml"
dest: "{{ config_dir }}/starship.toml"
state: link
- name: Link ssh config
ansible.builtin.file:
src: "{{ host_home_dir }}/.ssh"
dest: "{{ home_dir }}/.ssh"
state: link