changed syntax
This commit is contained in:
@@ -22,7 +22,11 @@
|
||||
user: "sshjumpuser"
|
||||
|
||||
- name: users | sshjumpuser | import ssh configuration tasks from base role
|
||||
import_tasks: "{{ ansible_pull_playbook_dir }}/roles/base/tasks/users/install_public_keys.yml"
|
||||
include_role:
|
||||
name: base
|
||||
tasks_from: users/install_public_keys.yml
|
||||
|
||||
- name: users | sshjumpuser | import known_hosts task from base role
|
||||
import_tasks: "{{ ansible_pull_playbook_dir }}/roles/base/tasks/users/install_known_hosts.yml"
|
||||
include_role:
|
||||
name: base
|
||||
tasks_from: users/install_known_hosts.yml
|
||||
Reference in New Issue
Block a user