6 lines
120 B
YAML
6 lines
120 B
YAML
- hosts: localhost
|
|
become: true
|
|
roles:
|
|
- { role: ../roles/ansible_user }
|
|
- { role: ../roles/grundsoftware }
|