Skip to content

Commit

Permalink
bump packer doc version to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwizard242 committed Oct 4, 2020
1 parent 784320e commit 0aa8c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):

```yaml
packer_app: packer
packer_version: 1.6.2
packer_version: 1.6.4
packer_osarch: linux_amd64
packer_dl_url: https://releases.hashicorp.com
packer_dl_loc: /tmp
Expand All @@ -28,7 +28,7 @@ packer_bin_path: /usr/local/bin
Variable | Value (default) | Description
--------------- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------
packer_app | packer | Defines the app to install i.e. **packer**
packer_version | 1.6.2 | Defined to dynamically fetch the desired version to install. Defaults to: **1.6.2**
packer_version | 1.6.4 | Defined to dynamically fetch the desired version to install. Defaults to: **1.6.4**
packer_osarch | linux_amd64 | Defines os architecture. Used for obtaining the correct type of binaries based on OS System Architecture. Defaults to: **linux_amd64**
packer_dl_url | <https://releases.hashicorp.com> | Defines URL to download the packer binary from.
packer_dl_loc | /tmp | Defined to dynamically set where to place the binary archive for `packer` temporarily. Defaults to: **/tmp**
Expand Down

0 comments on commit 0aa8c05

Please sign in to comment.