From cb75a655d934ae50ec9db642cc3afff2df550329 Mon Sep 17 00:00:00 2001 From: ta-yuhyeon Date: Wed, 14 Aug 2024 02:29:50 +0200 Subject: [PATCH] added dependencies installation --- local.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: