From 736e06dcaf6cf99e10ea990ac78fc1289b757169 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 15 Dec 2021 00:04:33 +0000 Subject: [PATCH] Create directories --- tasks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks.yaml b/tasks.yaml index d397473..44880bb 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -14,6 +14,14 @@ - python-gist - yapf +- name: python create directories + file: + state: directory + dest: '{{item}}' + with_items: + - ~/.ipython/profile_default + - ~/.config/pip + - name: python create symbolic links file: state: link