Remove deprecated use of include
``` ERROR! [DEPRECATED]: ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks. ``` Change-Id: Ifa4fc02a8da9de83e022de0f98c8644abc3198ed
This commit is contained in:
parent
eb33405ae4
commit
7067a225bb
@ -1,2 +1,2 @@
|
||||
---
|
||||
- include: "{{ tenks_diagnostics_phase }}.yml"
|
||||
- include_tasks: "{{ tenks_diagnostics_phase }}.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user