Skip to content

Commit

Permalink
Merge pull request #101 from nitronarcosis/patch-1
Browse files Browse the repository at this point in the history
Update linux-install-with-ansible.md
  • Loading branch information
denisebmsft authored Sep 19, 2024
2 parents 992dca3 + 484eee4 commit 87870bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions defender-endpoint/linux-install-with-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.collection:
ms.topic: conceptual
ms.subservice: linux
search.appverid: met150
ms.date: 07/10/2024
ms.date: 09/19/2024
---

# Deploy Microsoft Defender for Endpoint on Linux with Ansible
Expand Down Expand Up @@ -221,8 +221,12 @@ Create a subtask or role files that contribute to a playbook or task.
```Output
- hosts: servers
tasks:
- include: ../roles/onboarding_setup.yml
- include: ../roles/add_yum_repo.yml
- name: include onboarding tasks
import_tasks:
file: ../roles/onboarding_setup.yml
- name: add apt repository
import_tasks:
file: ../roles/add_yum_repo.yml
- name: Install MDATP
dnf:
name: mdatp
Expand Down

0 comments on commit 87870bd

Please sign in to comment.