home library: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-10-31 17:31:19 +01:00
parent ec0e450d83
commit 9ea478d684
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
- name: Link the data dir to the place where jackrabbit expects it
file: src={{ jackrabbit_data_dir }} dest={{ smartgears_instance_path }}/jackrabbit state=link
when: not jackrabbit_data_path.exists
when: not jackrabbit_data_path.stat.exists
- name: Install the repository configuration files
template: src={{ item }}.j2 dest={{ jackrabbit_data_dir }}/{{ item }}