Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump packer to 1.11.2 #35

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.1
packer_version: 1.11.2
packer_os: "{{ ansible_system | lower }}"
packer_architecture_map:
amd64: amd64
Expand All @@ -40,7 +40,7 @@ packer_file_mode: '0755'
Variable | Description
----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------
packer_app | Defines the app to install i.e. **packer**
packer_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.11.1**
packer_version | Defined to dynamically fetch the desired version to install. Defaults to: **1.11.2**
packer_os | Defines os type. Used for obtaining the correct type of binaries based on OS type.
packer_architecture_map | Defines os architecture. Used to set the correct type of binaries based on OS System Architecture.
packer_dl_url | Defines URL to download the packer binary from.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# defaults file for packer

packer_app: packer
packer_version: 1.11.1
packer_version: 1.11.2
packer_os: "{{ ansible_system | lower }}"
packer_architecture_map:
amd64: amd64
Expand Down