Updated ctop to 0.7.7 (#45)

Keeping up with the latest changes.
This commit is contained in:
John Freeman 2022-03-29 07:29:23 +01:00 committed by GitHub
parent 700bee61b0
commit affe205fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -57,10 +57,10 @@ are shown below):
```yaml
# ctop version number
ctop_version: '0.7.6'
ctop_version: '0.7.7'
# SHA256 sum for the ctop redistributable
ctop_redis_sha256sum: 'c5f8da250ec733084fb3891f2f8d04a49ffd25e81af59079216f2e6bb35fd983'
ctop_redis_sha256sum: 'b78374734ebe3d14b6edee3d5512c911c250d7fa7f3f964cb00acd3bc5a02a09'
# Directory to store files downloaded for ctop
ctop_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"

View File

@ -1,9 +1,9 @@
---
# ctop version number
ctop_version: '0.7.6'
ctop_version: '0.7.7'
# SHA256 sum for the ctop redistributable
ctop_redis_sha256sum: 'c5f8da250ec733084fb3891f2f8d04a49ffd25e81af59079216f2e6bb35fd983'
ctop_redis_sha256sum: 'b78374734ebe3d14b6edee3d5512c911c250d7fa7f3f964cb00acd3bc5a02a09'
# Directory to store files downloaded for ctop
ctop_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"

View File

@ -6,7 +6,7 @@ ctop_install_dir: '/usr/local/bin'
ctop_install_path: '{{ ctop_install_dir }}/ctop'
# Mirror to download the ctop from
ctop_mirror: 'https://github.com/bcicen/ctop/releases/download/{{ ctop_version }}'
ctop_mirror: 'https://github.com/bcicen/ctop/releases/download/v{{ ctop_version }}'
# The OS of the ctop redistributable
ctop_os: 'linux'