chef-recipes/roles/base-os/tasks/main.yml

12 lines
153 B
YAML

- name: Install base packages
become: true
package:
name:
- htop
- tmux
- git
- nano
- python3
state: present