From 3e743d6757913d56e251f29c4f56f1762e9b764c Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 15 Dec 2021 00:05:56 +0000 Subject: [PATCH] Create directories --- tasks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks.yaml b/tasks.yaml index 654208c..1fb0065 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -36,6 +36,14 @@ cmd: ~/.config/zsh/fzf/install --bin creates: ~/.config/zsh/fzf/bin/fzf +- name: zsh create directories + file: + state: directory + dest: '{{item}}' + with_items: + - ~/.local/bin + - ~/.local/share/zsh/site-functions + - name: zsh create symbolic links file: state: link