Fix a path.

This commit is contained in:
Andrea Dell'Amico 2017-09-05 13:32:49 +02:00
parent 12608c7357
commit d9569fda96
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- block:
- name: Remove the old gcube oauth files
file: path={{ smartgears_instance_path }}/webapps/{{ gcube_oauth_name }} state=absent
file: path={{ smartgears_instance_path }}/webapps/gcube-{{ gcube_oauth_name }} state=absent
become: True
become_user: '{{ d4science_user }}'