diff --git a/docs/integration.md b/docs/integration.md
index 967ddf345f57fd30685cba6c67101aa172d74f58..c6da719ea8a26a09da39af90ecff809d71b538e9 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -76,8 +76,8 @@ You could rename *all.yml* config to something else, i.e. *kubespray.yml* and cr
 11. Now you can include kubespray tasks in you existent playbooks by including cluster.yml file:
 
      ```yml
-     - name: Include kubespray tasks
-       include: 3d/kubespray/cluster.yml
+     - name: Import kubespray playbook
+       ansible.builtin.import_playbook: 3d/kubespray/cluster.yml
      ```
 
      Or your could copy separate tasks from cluster.yml into your ansible repository.