try
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 39s

This commit is contained in:
2026-02-11 12:07:58 +01:00
parent 0fc15e18c2
commit 6d3fc2381f
2 changed files with 6 additions and 2 deletions

View File

@@ -26,7 +26,11 @@ jobs:
- run: echo $SHELL
- run: cat start.yml
- run: ansible-playbook start.yml
- name: Run Ansible Playbook
run: |
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa || echo "Could not add default ssh key."
ansible-playbook start.yml
- run: echo $USER

View File

@@ -1,7 +1,7 @@
[defaults]
inventory = ./inv/
log_path = ~/.ansible/log_ansible.log
privat_key_file = ~/.ssh/ansible-test
private_key_file = ~/.ssh/ansible-test
retry_files_enabled = true
retry_files_save_path = ~/.ansible/retry-files
force_handlers = true