Skip to content

Commit

Permalink
fixed install python command
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 5, 2024
1 parent cee6ba6 commit a987b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder_OVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Install Python3 in the instance
run: |
sshpass -p ${{ env.OVA_USER_PASSWORD }} ssh -o 'StrictHostKeyChecking no' ${{ env.OVA_USER }}@${{ env.ANSIBLE_HOST }} "sudo apt-get update && sudo apt-get install -y python3"
sshpass -p ${{ env.OVA_USER_PASSWORD }} ssh -o 'StrictHostKeyChecking no' ${{ env.OVA_USER }}@${{ env.ANSIBLE_HOST }} "sudo yum update && sudo yum install -y python3"
- name: Run Ansible playbook to generate the OVA
run: |
Expand Down

0 comments on commit a987b1c

Please sign in to comment.