Ensure that the code directory exists.

This commit is contained in:
Oliver Davies 2015-11-16 14:15:33 +00:00
parent e80a58fac4
commit f07bc4cbd4

View file

@ -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 }