summaryrefslogtreecommitdiffstats
path: root/ansible/roles/nexus/tasks/configure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/nexus/tasks/configure.yml')
-rw-r--r--ansible/roles/nexus/tasks/configure.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/nexus/tasks/configure.yml b/ansible/roles/nexus/tasks/configure.yml
index 7e6c20e0..1a885dbd 100644
--- a/ansible/roles/nexus/tasks/configure.yml
+++ b/ansible/roles/nexus/tasks/configure.yml
@@ -20,7 +20,7 @@
body:
name: configure
type: groovy
- content: "{{ lookup('file', 'files/configure.groovy') }}"
+ content: "{{ lookup('file', '{{ role_path }}/files/configure.groovy') }}"
status_code: [204]
- name: "execute configuration script"
uri: