playbooks/setup-nwl-jenkins: fixed workdir path for secrets

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-07-11 17:09:30 +02:00
parent a41e82830e
commit 51a81ac791
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
cat .ssh/testvm_ed25519.pub > ./.ssh/authorized_keys
ssh-keyscan -p 7999 -t rsa bitbucket.gad.local > ./.ssh/known_hosts 2>/dev/null
args:
chdir: "{{root_path}}"
chdir: "{{root_path}}/secrets"
executable: /bin/bash
- name: Get a java truststore
ansible.builtin.shell: |