9 lines
123 B
YAML
9 lines
123 B
YAML
---
|
|
- hosts: debiantest
|
|
gather_facts: yes
|
|
vars_files:
|
|
- ./test/vars_systemd.yml
|
|
|
|
roles:
|
|
- ansible-bibliogram
|