forked from ISTI-ansible-roles/ansible-roles
Fix a path.
This commit is contained in:
parent
12608c7357
commit
d9569fda96
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Remove the old gcube oauth files
|
- 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: True
|
||||||
become_user: '{{ d4science_user }}'
|
become_user: '{{ d4science_user }}'
|
||||||
|
|
Loading…
Reference in New Issue