Update task name for ctop
This commit is contained in:
parent
1755e38aed
commit
58abaf0d47
2 changed files with 2 additions and 2 deletions
19
tasks/ctop.yml
Normal file
19
tasks/ctop.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
- name: Add azlux.fr GPG apt key
|
||||
apt_key:
|
||||
url: https://azlux.fr/repo.gpg.key
|
||||
state: present
|
||||
|
||||
- name: Add azlux.fr repository
|
||||
apt_repository:
|
||||
repo: deb http://packages.azlux.fr/debian bookworm main
|
||||
state: present
|
||||
|
||||
- name: install ctop package from azlux.fr
|
||||
tags: [apt]
|
||||
apt:
|
||||
autoremove: yes
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
state: present
|
||||
name:
|
||||
- docker-ctop
|
||||
Loading…
Add table
Add a link
Reference in a new issue