Skip to content

Commit

Permalink
Update to latest ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorc committed Jan 23, 2025
1 parent 2810b2c commit 2c28503
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
- install
- core

- include: tasks/nvim.yml
- include: tasks/dotfiles.yml
- include: tasks/folders.yml
- include: tasks/node.yml # Depend on zsh and dotfiles
- include: tasks/ruby.yml
- include: tasks/docker.yml
- include: tasks/brave.yml
- include: tasks/spotify.yml
- include_tasks: tasks/nvim.yml
- include_tasks: tasks/dotfiles.yml
- include_tasks: tasks/folders.yml
- include_tasks: tasks/node.yml # Depend on zsh and dotfiles
- include_tasks: tasks/ruby.yml
- include_tasks: tasks/docker.yml
- include_tasks: tasks/brave.yml
- include_tasks: tasks/spotify.yml

0 comments on commit 2c28503

Please sign in to comment.