dotfiles/ansible/roles/devpod/tasks/main.yml

21 lines
455 B
YAML
Raw Normal View History

2025-04-07 05:38:03 -05:00
- name: Load devpod variables if DEVPOD is true
include_vars: "vars/devpod.yml"
- name: install apt
include_tasks: "./scripts/install_apt.yml"
2025-05-17 14:32:25 -05:00
#- name: install brew
# include_tasks: "./scripts/install_brew.yml"
2025-04-07 05:38:03 -05:00
#- name: install go
# include_tasks: "./scripts/install_go.yml"
- name: install go apps
include_tasks: "./scripts/install_goapps.yml"
2025-04-07 05:44:59 -05:00
- name: run stow
become_user: user
shell: "stow --adopt ."
args:
chdir: ~/dotfiles