From 4d9dc9defb7441958c0597124d2c1ca21e4df9df Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Thu, 30 May 2024 22:01:38 -0400 Subject: [PATCH 1/2] bump doc version var to 0.126.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2667541..bf1513d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`): ```yaml hugo_app: hugo_extended -hugo_version: 0.126.1 +hugo_version: 0.126.2 hugo_os: "{{ ansible_system }}" hugo_arch: "64bit" hugo_dl_url: https://github.com/gohugoio/hugo/releases/download/v{{ hugo_version }}/{{ hugo_app }}_{{ hugo_version }}_{{ hugo_os }}-{{ hugo_arch }}.tar.gz @@ -31,7 +31,7 @@ hugo_file_mode: '0755' Variable | Description --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ hugo_app | Defines the app to install i.e. **hugo_extended** -hugo_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.126.1** +hugo_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.126.2** hugo_os | Defines OS type. Used for obtaining the correct type of binaries based on OS. Defaults to: **{{ ansible_system }}** hugo_arch | Defines Architecture type. Used for obtaining the correct type of binaries based on Architecture. Defaults to: **64bit** hugo_dl_url | Defines URL to download the hugo binary from. From 7dba183d15f4e12b30b27da82827c1f6746b6624 Mon Sep 17 00:00:00 2001 From: darkwizard242 Date: Thu, 30 May 2024 22:01:53 -0400 Subject: [PATCH 2/2] bump default role version var to 0.126.2 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 3c645f7..666385d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ # defaults file for hugo hugo_app: hugo_extended -hugo_version: 0.126.1 +hugo_version: 0.126.2 hugo_os: "{{ ansible_system }}" hugo_arch: "64bit" hugo_dl_url: https://github.com/gohugoio/hugo/releases/download/v{{ hugo_version }}/{{ hugo_app }}_{{ hugo_version }}_{{ hugo_os }}-{{ hugo_arch }}.tar.gz