From 0c52db1a0d018b5ee0072dc66c26802105216467 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 30 Jul 2024 14:41:26 -0400 Subject: [PATCH 1/2] bump version var to 1.11.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b266a04..8a70930 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. From 4be7f242fbc2c55517f5db5706a25c97c0ebf5a5 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Tue, 30 Jul 2024 14:41:40 -0400 Subject: [PATCH 2/2] bump role default version var to 1.11.2 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index f105d3e..d508a55 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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