Compare commits

..

1 commit

Author SHA1 Message Date
e0e75fa49b Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Failing after 2m21s
/ Ansible Lint (pull_request) Failing after 2m21s
2026-01-12 02:45:35 +00:00

View file

@ -11,23 +11,3 @@
replace: " #- ssh" replace: " #- ssh"
become: true become: true
when: base_config__stat_cloud_cfg.stat.exists when: base_config__stat_cloud_cfg.stat.exists
# Ensure a base set of admin tools is installed.
- name: ensure a base set of admin tools is installed
ansible.builtin.apt:
name:
- vim
- joe
- nano
- htop
- btop
- ripgrep
- fd-find
- tmux
- git
- curl
- rsync
- dnsutils
- usbutils
- kitty
become: true