.
All checks were successful
deploy host / Deploy (push) Successful in 5s

This commit is contained in:
2024-09-07 01:27:16 +01:00
parent f562c1ea21
commit 128b3766f1

View File

@@ -28,7 +28,7 @@ jobs:
--volumes-from ${{ env.JOB_CONTAINER_NAME }} \
--entrypoint "/bin/bash" \
git.limbosolutions.com/kb/ansible-playbook:dev \
-c "ls -lah /workspace"
-c "ls -lah ${GITHUB_WORKSPACE}"
#-c "cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml "
# \
#-c "echo {{ secrets.HOST_ANSIBLE_REMOTE_USER }} > /ssh-key chmod 600 /ssh-key; ls -lah /; cd ${GITHUB_WORKSPACE}/ansible; ansible-playbook -i homesrv01.dev.lan, -u admin --private-key /ssh-key site.yml "