diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 6c4e228..abc3f17 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -29,7 +29,7 @@ jobs: -v ./ssh-key:/ssh-key \ --entrypoint "/bin/bash" \ git.limbosolutions.com/kb/ansible-playbook:dev \ - -c "chmod 600 /ssh-key; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml " + -c "chmod 600 /ssh-key; ls -lah /; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml " # \ # -c "echo \"${{ secrets.HOST_ANSIBLE_PRIVATE_KEY }}\" > /ansible-tmp/cert; chmod 600 /ansible-tmp/cert; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ansible-tmp/cert site.yml "