Skip to content

Commit 87870bd

Browse files
authored
Merge pull request #101 from nitronarcosis/patch-1
Update linux-install-with-ansible.md
2 parents 992dca3 + 484eee4 commit 87870bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

defender-endpoint/linux-install-with-ansible.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 07/10/2024
18+
ms.date: 09/19/2024
1919
---
2020

2121
# 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.
221221
```Output
222222
- hosts: servers
223223
tasks:
224-
- include: ../roles/onboarding_setup.yml
225-
- include: ../roles/add_yum_repo.yml
224+
- name: include onboarding tasks
225+
import_tasks:
226+
file: ../roles/onboarding_setup.yml
227+
- name: add apt repository
228+
import_tasks:
229+
file: ../roles/add_yum_repo.yml
226230
- name: Install MDATP
227231
dnf:
228232
name: mdatp

0 commit comments

Comments
 (0)