diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-12 13:58:00 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-12 13:58:00 +0100 |
commit | 60e43ac4497dee75f86c073ee5f5e2fb210d381d (patch) | |
tree | 8b26c2899c21367cf3a4c663967675763066d4a0 /roles/local_deploy/defaults | |
parent | 3f832766198608d2f154d31a81beb526d1776c96 (diff) |
Fix missing directory creation, and add a variable for that along default value
Diffstat (limited to 'roles/local_deploy/defaults')
-rw-r--r-- | roles/local_deploy/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/local_deploy/defaults/main.yml b/roles/local_deploy/defaults/main.yml new file mode 100644 index 0000000..cb1c653 --- /dev/null +++ b/roles/local_deploy/defaults/main.yml @@ -0,0 +1 @@ +git_repositories_dir: /srv/git_repos/ |