mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-12 23:50:34 +00:00
11 lines
119 B
YAML
11 lines
119 B
YAML
|
|
|
|
- name: install system tools
|
|
yum: name='{{ item }}'
|
|
sudo: yes
|
|
with_items:
|
|
- rsync
|
|
- strace
|
|
- nmap
|
|
|