diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-03-26 10:24:39 +0200 |
---|---|---|
committer | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-04-16 11:35:56 +0000 |
commit | 379df9c2c4159b615b09aa12b9ef1590a989cb85 (patch) | |
tree | 789468df386b1e6fb08181a27f2062804a0cc94e /ansible/roles/nexus/tasks/configure.yml | |
parent | bf6776cc01865b8ba392fdbec18e28bf2a362b05 (diff) |
Molecule tests for certificates role
Issue-ID: OOM-1762
Change-Id: Ic13d7ec775a52ad95fc0388e8b84ea8ab7367666
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Diffstat (limited to 'ansible/roles/nexus/tasks/configure.yml')
-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: |