Correct private key path, linode hosts ansible_user set
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 5m2s

This commit is contained in:
Mike Holloway 2025-01-07 18:49:36 -05:00
parent cc7db336bb
commit 5ebaffdba2

View File

@ -38,7 +38,8 @@
linode:
hosts:
"{{ lookup('env', 'TARGET_IP_ADDRESS') }}":
ansible_ssh_private_key_file: "{{ lookup('env', 'GITHUB_WORKSPACE') }}/.ssh/act_runner_id-ed25519"
ansible_ssh_private_key_file: "{{ lookup('env', 'GITHUB_WORKSPACE') }}/.ssh/id_ed25519"
ansible_user: root
ansible_connection: ssh
service_users:
- name: serviceuser1