Commit c4549203 authored by Visay Keo's avatar Visay Keo

[BUGFIX] Create tmp directory for local db storage

parent 075d3a90
/config/master/*
/ansible/hosts.ini
/ansible/playbook.retry
/config/master/*
.DS_Store
CHANGELOG
=========
3.0-dev
-------
- [BUGFIX] Create tmp directory for local db storage
3.0.9
-----
......
---
# tasks file for database
- name: Make sure local temp directory exists
local_action: file path="/tmp/{{ ssh_user }}" state=directory
- include: flow.yml
when: framework == "flow"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment