Skip to content

Commit

Permalink
fix: Add ansible_python_interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Aug 22, 2024
1 parent c4038ac commit 88633f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site-check-no-rofs-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# You can use delete_failed_pods to also delete Pods that fail.

- hosts: 192.168.253.21
vars:
ansible_python_interpreter: /usr/local/bin/python3.11
tasks:
- name: Run check-no-rofs (dev)
shell: source /home/wmu55374/.bashrc && ansible-playbook site-check-no-rofs.yaml -e cluster=dev
Expand Down

0 comments on commit 88633f9

Please sign in to comment.