Skip to content

Commit

Permalink
Merge pull request #79 from darkwizard242/feature/bump-hugo-to-0.126.2
Browse files Browse the repository at this point in the history
bump hugo to 0.126.2
  • Loading branch information
darkwizard242 committed May 31, 2024
2 parents fa9b974 + 7dba183 commit 0f24b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
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
Expand All @@ -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.
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 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
Expand Down

0 comments on commit 0f24b37

Please sign in to comment.