Skip to content

Commit

Permalink
Merge pull request #14 from darkwizard242/feature/bump-lazydocker-to-…
Browse files Browse the repository at this point in the history
…0.23.3

bump lazydocker to 0.23.3
  • Loading branch information
darkwizard242 authored May 28, 2024
2 parents 8245663 + f610ab7 commit d0b82dd
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
lazydocker_app: lazydocker
lazydocker_version: '0.23.1'
lazydocker_version: '0.23.3'
lazydocker_dl_url: https://github.com/jesseduffield/{{ lazydocker_app }}/releases/download/v{{ lazydocker_version }}/{{ lazydocker_app }}_{{ lazydocker_version }}_{{ ansible_system }}_{{ ansible_architecture }}.tar.gz
lazydocker_bin_path: /usr/local/bin
lazydocker_file_owner: root
Expand All @@ -29,7 +29,7 @@ lazydocker_file_mode: '0755'
Variable | Description
--------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------
lazydocker_app | Defines the app to install i.e. **lazydocker**
lazydocker_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.23.1**
lazydocker_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.23.3**
lazydocker_dl_url | Defines URL to download the lazydocker binary from.
lazydocker_bin_path | Defined to dynamically set the appropriate path to store lazydocker binary into. Defaults to (as generally available on any user's PATH): **/usr/local/bin**
lazydocker_file_owner | Owner for the binary file of lazydocker.
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 lazydocker

lazydocker_app: lazydocker
lazydocker_version: '0.23.1'
lazydocker_version: '0.23.3'
lazydocker_dl_url: https://github.com/jesseduffield/{{ lazydocker_app }}/releases/download/v{{ lazydocker_version }}/{{ lazydocker_app }}_{{ lazydocker_version }}_{{ ansible_system }}_{{ ansible_architecture }}.tar.gz
lazydocker_bin_path: /usr/local/bin
lazydocker_file_owner: root
Expand Down

0 comments on commit d0b82dd

Please sign in to comment.