6 lines
84 B
YAML
6 lines
84 B
YAML
---
|
|
- hosts: debian frab
|
|
become: yes
|
|
tags: [user_mgmt]
|
|
roles:
|
|
- user_mgmt
|