Skip to content

Commit

Permalink
Bump ansible from 3.1.0 to 3.2.0 (#90)
Browse files Browse the repository at this point in the history
* Bump ansible from 3.1.0 to 3.2.0

Bumps [ansible](https://github.com/ansible/ansible) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/commits)

Signed-off-by: dependabot[bot] <[email protected]>

* Add -y to codespaces install commands

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ari Kalfus <[email protected]>
  • Loading branch information
dependabot[bot] and artis3n authored Apr 1, 2021
1 parent 84b6064 commit e5f78ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 58 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install:
# Only run this on GitHub Codespaces in order to set up Python 3.9
.PHONY: codespaces-install
codespaces-install:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.9
sudo apt-get install -y python3.9
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2
make install
Expand Down
Loading

0 comments on commit e5f78ad

Please sign in to comment.