Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Sep 30, 2024
1 parent 086ab3b commit 7a8dcc2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ jobs:
# Use Python2 & Pip To Install On Ubuntu 22.04
# Rather Than The System Packages

- name: Install Python 2
run: sudo apt-get install python2

- name: Python 2 Get Pip Bootstrap Script
run: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py

- name: Python 2 Get Pip
run: sudo python2 get-pip.py

- name: Install Ansible Using PIP2
run: pip2 install ansible
# - name: Install Python 2
# run: sudo apt-get install python2
#
# - name: Python 2 Get Pip Bootstrap Script
# run: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
#
# - name: Python 2 Get Pip
# run: sudo python2 get-pip.py
#
# - name: Install Ansible Using PIP2
# run: pip2 install ansible

# - name: Add Oracle Virtualbox GPG Key
# run: wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg
Expand Down

0 comments on commit 7a8dcc2

Please sign in to comment.