Skip to content

Commit

Permalink
Merge branch 'public' into release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
denisebmsft authored Sep 19, 2024
2 parents 475ba38 + 87870bd commit a288b95
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 a288b95

Please sign in to comment.