Skip to content

Commit

Permalink
added dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-yuhyeon committed Aug 14, 2024
1 parent 47ca131 commit cb75a65
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
tasks:
- name: Init my personal setup
block:
- name: Install dependencies

Check failure on line 7 in local.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

package-latest

Package installs should not use latest.
ansible.builtin.package:
name:
- zsh
- vim
- git
state: latest
when: ansible_distribution != 'MacOSX'

- name: Copy zshrc file
ansible.builtin.copy:
Expand Down

0 comments on commit cb75a65

Please sign in to comment.