Fixed task description

This commit is contained in:
Luca Frosini 2016-11-02 15:12:34 +01:00
parent 8af215ec05
commit f47344833e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
become_user: '{{ orientdb_user }}'
file: dest={{ orientdb_home_prefix }}/{{ orientdb_user }}/logs src={{ orientdb_log_dir }} state=link
- name: Create the databases directory inside the orientdb user home
- name: Create the needed directory inside the orientdb user home
become: True
become_user: '{{ orientdb_user }}'
file: dest={{ item }} state=directory mode=0750