Update task name for ctop

This commit is contained in:
kim 2024-04-15 16:03:58 +02:00
parent 1755e38aed
commit 58abaf0d47
2 changed files with 2 additions and 2 deletions

19
tasks/ctop.yml Normal file
View 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