8 lines
91 B
YAML
8 lines
91 B
YAML
---
|
|
|
|
- name: test playbook
|
|
hosts: all
|
|
gather_facts: True
|
|
roles:
|
|
- update-system
|