6 lines
92 B
YAML
6 lines
92 B
YAML
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Test role
|
||
|
import_role:
|
||
|
name: linux-fail2ban
|