ansible-debian/tasks/customs.yml

19 lines
414 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- 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