Skip to content

Commit

Permalink
Update inventory: set Python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Sep 3, 2024
1 parent b881bec commit bc9c43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/deploy/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ nest:
hosts:
nest_staging:
ansible_host: "{{ lookup('env', 'STAGING_HOST_IP_ADDRESS') }}"
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_private_key_file: "{{ lookup('env', 'STAGING_SSH_PRIVATE_KEY_PATH') }}"
ansible_user: staging

0 comments on commit bc9c43e

Please sign in to comment.