Skip to content

Commit

Permalink
Make 1.7.9 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 25, 2022
1 parent fbd93d7 commit f382165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
matrix:
include:
- distro: debian8
ansible-version: '<2.10'
- distro: debian9
- distro: debian10
- distro: ubuntu1604
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set up [Packer](https://packer.io/) by HashiCorp in Debian-like systems.

#### Variables

* `packer_io_version` [default: `1.7.8`]: Version to install
* `packer_io_version` [default: `1.7.9`]: Version to install
* `packer_io_install_prefix` [default: `/opt`]: Install prefix

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# defaults file
---
packer_io_version: 1.7.8
packer_io_version: 1.7.9
packer_io_install_prefix: /opt

0 comments on commit f382165

Please sign in to comment.