You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
playbooks: fix include_tasks paths in kdc and krb5 roles
Fix incorrect absolute paths in include_tasks directives that were
causing ansible-lint FileNotFoundError. Changed paths to use relative
references from the current task file location.
- kdc role: roles/tasks/kdc/install-deps/* → */main.yml
- krb5 role: roles/krb5/tasks/install-deps/* → install-deps/*/main.yml
- krb5 role: roles/tasks/krb5/install-deps/* → */main.yml
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <[email protected]>
0 commit comments