We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 992dca3 + 484eee4 commit 87870bdCopy full SHA for 87870bd
defender-endpoint/linux-install-with-ansible.md
@@ -15,7 +15,7 @@ ms.collection:
15
ms.topic: conceptual
16
ms.subservice: linux
17
search.appverid: met150
18
-ms.date: 07/10/2024
+ms.date: 09/19/2024
19
---
20
21
# Deploy Microsoft Defender for Endpoint on Linux with Ansible
@@ -221,8 +221,12 @@ Create a subtask or role files that contribute to a playbook or task.
221
```Output
222
- hosts: servers
223
tasks:
224
- - include: ../roles/onboarding_setup.yml
225
- - include: ../roles/add_yum_repo.yml
+ - name: include onboarding tasks
+ import_tasks:
226
+ file: ../roles/onboarding_setup.yml
227
+ - name: add apt repository
228
229
+ file: ../roles/add_yum_repo.yml
230
- name: Install MDATP
231
dnf:
232
name: mdatp
0 commit comments