Skip to content

Commit

Permalink
Updated bat to 0.18.2 (#41)
Browse files Browse the repository at this point in the history
Keeping up with the latest changes.
  • Loading branch information
freemanjp authored Jul 25, 2021
1 parent b39fb55 commit 2eb5a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ are shown below):

```yaml
# bat version number
bat_version: '0.18.1'
bat_version: '0.18.2'

# The SHA256 of the bat redistributable package
bat_redis_sha256sum: '801a5dbf16b9a2becfe17e07d30992cd2e8fa7b4a7f02d7488e403c034f8a0da'
bat_redis_sha256sum: 'e2d6d9de207b21d8b4481b60b6447500cb7417a75cd8c462fb12003a2aace073'

# Directory to store files downloaded for bat
bat_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# bat version number
bat_version: '0.18.1'
bat_version: '0.18.2'

# The SHA256 of the bat redistributable package
bat_redis_sha256sum: '801a5dbf16b9a2becfe17e07d30992cd2e8fa7b4a7f02d7488e403c034f8a0da'
bat_redis_sha256sum: 'e2d6d9de207b21d8b4481b60b6447500cb7417a75cd8c462fb12003a2aace073'

# Directory to store files downloaded for bat
bat_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"

0 comments on commit 2eb5a5f

Please sign in to comment.