diff --git a/local.yml b/local.yml index 8e2413e..41e0b00 100644 --- a/local.yml +++ b/local.yml @@ -4,6 +4,14 @@ tasks: - name: Init my personal setup block: + - name: Install dependencies + ansible.builtin.package: + name: + - zsh + - vim + - git + state: latest + when: ansible_distribution != 'MacOSX' - name: Copy zshrc file ansible.builtin.copy: