forked from ISTI-ansible-roles/ansible-roles
home library: fix a typo.
This commit is contained in:
parent
ec0e450d83
commit
9ea478d684
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue