updated path

This commit is contained in:
2025-10-01 16:05:34 +02:00
parent 5a5a1ecbe0
commit 238fdf8895
2 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,9 @@
- name: users | lowpriv | import ssh configuration tasks from base role
include_role:
name: base
tasks_from: users/install_public_keys.yml
tasks_from: users/setup_ssh/install_public_keys.yml
- name: users | lowpriv | import known_hosts task from base role
include_role:
name: base
tasks_from: users/install_known_hosts.yml
tasks_from: users/setup_ssh/install_known_hosts.yml

View File

@@ -24,9 +24,9 @@
- name: users | sshjumpuser | import ssh configuration tasks from base role
include_role:
name: base
tasks_from: users/install_public_keys.yml
tasks_from: users/setup_ssh/install_public_keys.yml
- name: users | sshjumpuser | import known_hosts task from base role
include_role:
name: base
tasks_from: users/install_known_hosts.yml
tasks_from: users/setup_ssh/install_known_hosts.yml