Ensure that the code directory exists.
This commit is contained in:
parent
e80a58fac4
commit
f07bc4cbd4
|
@ -4,6 +4,12 @@
|
|||
vars_files:
|
||||
- config.yml
|
||||
|
||||
pre_tasks:
|
||||
- name: Ensure that the Code directory exists.
|
||||
file:
|
||||
path: ~/Code
|
||||
state: directory
|
||||
|
||||
roles:
|
||||
- { role: geerlingguy.homebrew, tags: brew }
|
||||
- { role: geerlingguy.dotfiles, tags: dotfiles }
|
||||
|
|
Loading…
Reference in a new issue