forked from ISTI-ansible-roles/ansible-roles
9 lines
155 B
YAML
9 lines
155 B
YAML
|
---
|
||
|
- include: root-ssh-keys.yml
|
||
|
when:
|
||
|
- user_ssh_key is defined
|
||
|
- manage_root_ssh_keys
|
||
|
- include: non-root-ssh-keys.yml
|
||
|
when: non_root_users
|
||
|
|