Skip to content

Commit

Permalink
Merge pull request #9 from darkwizard242/feature/bump-lazydocker-to-0…
Browse files Browse the repository at this point in the history
….21.0

bump lazydocker to 0.21.0
  • Loading branch information
darkwizard242 authored Jul 22, 2023
2 parents 0e30670 + 1dc015f commit 2b7c299
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.20.0'
lazydocker_version: '0.21.0'
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.20.0**
lazydocker_version | Defined to dynamically fetch the desired version to install. Defaults to: **0.21.0**
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.20.0'
lazydocker_version: '0.21.0'
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 2b7c299

Please sign in to comment.