Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning when performing syntax check on playbook using this role #21

Closed
tolecnal opened this issue Apr 27, 2023 · 0 comments · Fixed by #23
Closed

Fix deprecation warning when performing syntax check on playbook using this role #21

tolecnal opened this issue Apr 27, 2023 · 0 comments · Fixed by #23
Assignees
Labels
deprecation Something that will become deprecated

Comments

@tolecnal
Copy link

In line 66 of tasks/main.yml you are using include instead of include_tasks.

This results in a deprecation warning when running a syntax check on a playbook using this role. It still works, but should be fixed to avoid further issues down the line.

Reference:

include: systemd.yml

@combssm combssm self-assigned this Aug 6, 2023
@combssm combssm added the deprecation Something that will become deprecated label Aug 6, 2023
@combssm combssm linked a pull request Aug 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Something that will become deprecated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants