2015-05-28 11:32:57 +02:00
|
|
|
---
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: root-ssh-keys.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when:
|
|
|
|
- user_ssh_key is defined
|
|
|
|
- manage_root_ssh_keys
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: non-root-ssh-keys.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: non_root_users
|
|
|
|
|