8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
- hosts: all
|
|
tasks:
|
|
- name:
|
|
apt:
|
|
name: ['emacs', 'htop', 'dnsutils', 'lshw']
|
|
state: present
|
|
|