forked from ISTI-ansible-roles/ansible-roles
Added missing ' to yaml file
This commit is contained in:
parent
997efd8676
commit
1f8f7c7ac0
|
@ -31,7 +31,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- '{{ orientdb_data_dir }}'
|
- '{{ orientdb_data_dir }}'
|
||||||
- '{{ orientdb_pid_dir }}'
|
- '{{ orientdb_pid_dir }}'
|
||||||
- '{{ orientdb_automatic_backup_directory }}
|
- '{{ orientdb_automatic_backup_directory }}'
|
||||||
|
|
||||||
- name: Remove the old hook jars
|
- name: Remove the old hook jars
|
||||||
shell: rm {{ orientdb_install_dir }}/lib/{{ item }}
|
shell: rm {{ orientdb_install_dir }}/lib/{{ item }}
|
||||||
|
|
Loading…
Reference in New Issue