diff options
Diffstat (limited to 'ansible/roles/nexus')
-rw-r--r-- | ansible/roles/nexus/tasks/configure.yml | 2 |
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: |