Skip to content

Commit

Permalink
Merge pull request #1061 from roots/add-python-2
Browse files Browse the repository at this point in the history
Add Python 2 explicitly
  • Loading branch information
retlehs authored Jan 9, 2019
2 parents 3f50279 + c5a4f7e commit b71f607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### HEAD
* Add Python 2 explicitly ([#1061](https://github.com/roots/trellis/pull/1061))

### 1.0.0: December 27th, 2018
* Hyper-V and SMB folder sync compatibility ([#1035](https://github.com/roots/trellis/pull/1035))
* Use Ruby script for ssh-config trigger ([#1053](https://github.com/roots/trellis/pull/1053))
Expand Down
2 changes: 2 additions & 0 deletions roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ _apt_packages_default:
dbus: "{{ apt_package_state }}"
git: "{{ apt_package_state }}"
libnss-myhostname: "{{ apt_package_state }}"
python: "{{ apt_package_state }}"
unzip: "{{ apt_package_state }}"

apt_packages_python:
'2':
Expand Down

0 comments on commit b71f607

Please sign in to comment.