Change include to import

Import are faster, inherit from tags and display contained tasks. We don't need any of the features offered by includes here.
This commit is contained in:
Laurent Indermühle 2022-12-05 14:52:32 +01:00 committed by GitHub
commit 25afdbc1ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@
- include: test_priv_subtract.yml enable_check_mode=no
- include: test_priv_subtract.yml enable_check_mode=yes
- include: test_privs_issue_465.yml
- import_tasks: test_privs_issue_465.yml
tags:
- issue_465