diff --git a/.gitea/workflows/host.yml b/.gitea/workflows/host.yml index 0adea78..1407e0e 100644 --- a/.gitea/workflows/host.yml +++ b/.gitea/workflows/host.yml @@ -28,7 +28,7 @@ jobs: --volumes-from ${{ env.JOB_CONTAINER_NAME }} \ --entrypoint "/bin/bash" \ git.limbosolutions.com/kb/ansible-playbook:dev \ - -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 "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 "