10 lines
236 B
YAML
10 lines
236 B
YAML
---
|
|
# Main task of the role: modular structure with subtasks
|
|
- name: Validate SSH keys
|
|
import_tasks: validate-keys.yml
|
|
|
|
- name: Add good keys
|
|
import_tasks: add-goodkeys.yml
|
|
|
|
- name: Remove bad keys
|
|
import_tasks: remove-badkeys.yml |