8 lines
108 B
YAML
8 lines
108 B
YAML
|
|
---
|
||
|
|
- name: DEBUGGING ROLES
|
||
|
|
hosts: running
|
||
|
|
gather_facts: true
|
||
|
|
user: root
|
||
|
|
roles:
|
||
|
|
- role: network
|