Skip to content

Commit 1c5ccb8

Browse files
authored
Fix #11 - Python PIP issue with Digital Ocean (#12)
* Add python3-pip to common installed packages. Fixes #11 * Bump version to 2.1.1
1 parent b865e6b commit 1c5ccb8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: serversideup
33
name: spin
4-
version: 2.1.0
4+
version: 2.1.1
55
readme: README.md
66
authors:
77
- Jay Rogers (https://x.com/jaydrogers)

roles/linux_common/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ common_installed_packages:
5050
- ncdu
5151
- ntp
5252
- python3-minimal
53+
- python3-pip
5354
- ssh
5455
- tzdata
5556
- ufw

roles/linux_common/defaults/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ common_installed_packages:
3939
- ncdu
4040
- ntp
4141
- python3-minimal
42+
- python3-pip
4243
- ssh
4344
- tzdata
4445
- ufw

0 commit comments

Comments
 (0)