9 lines
No EOL
163 B
YAML
9 lines
No EOL
163 B
YAML
---
|
|
# roles/common_tools/tasks/main.yml
|
|
- name: Install common tools
|
|
ansible.builtin.apt:
|
|
pkg:
|
|
- vim
|
|
- curl
|
|
update_cache: true
|
|
state: present |