How to run ansible playbook from github actions – without using external action – Ubuntu
I have written a workflow file, that prepares the runner to connect to the desired server with ssh, so that I can run an ansible playbook. ssh -t -v theUser@theHost shows me that the SSH connection works. The ansible sript…