Fix creating directories
This commit is contained in:
parent
5b4c260327
commit
92b0aa14eb
@ -10,6 +10,7 @@
|
||||
- name: create src dir
|
||||
file:
|
||||
path: ~/src
|
||||
state: directory
|
||||
|
||||
- name: checkout dotfiles
|
||||
git:
|
||||
@ -21,6 +22,7 @@
|
||||
- name: create bin dir
|
||||
file:
|
||||
path: ~/bin
|
||||
state: directory
|
||||
|
||||
- name: install
|
||||
make:
|
||||
|
@ -17,6 +17,7 @@
|
||||
- name: create src dir
|
||||
file:
|
||||
path: ~/src
|
||||
state: directory
|
||||
|
||||
- name: checkout dwm
|
||||
git:
|
||||
|
@ -10,6 +10,7 @@
|
||||
- name: create src dir
|
||||
file:
|
||||
path: ~/src
|
||||
state: directory
|
||||
|
||||
- name: checkout dwmstatus
|
||||
git:
|
||||
|
@ -13,6 +13,7 @@
|
||||
- name: create src dir
|
||||
file:
|
||||
path: ~/src
|
||||
state: directory
|
||||
|
||||
- name: checkout st
|
||||
git:
|
||||
|
Loading…
Reference in New Issue
Block a user