5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- name: setup target to be managed by ansible using setup role
|
|
hosts: centos
|
|
roles:
|
|
- setup |