8 lines
89 B
YAML
8 lines
89 B
YAML
---
|
|
- name: Install Soft
|
|
hosts: all
|
|
become: yes
|
|
roles:
|
|
- delsoft
|
|
- inssoft
|