27 lines
409 B
YAML
27 lines
409 B
YAML
---
|
|
- name: Install useful utilities
|
|
package:
|
|
name:
|
|
- bash
|
|
- bash-completion
|
|
- bat
|
|
- curl
|
|
- dnsutils
|
|
- git
|
|
- htop
|
|
- man
|
|
- molly-guard
|
|
- mtr-tiny
|
|
- needrestart
|
|
- patch
|
|
- rsync
|
|
- sl
|
|
- sudo
|
|
- tmux
|
|
- traceroute
|
|
- tree
|
|
- vim
|
|
register: pkg_result
|
|
retries: 3
|
|
until: pkg_result is succeeded
|