Skip to content

Commit

Permalink
Update linux-install-with-ansible.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronarcosis authored Sep 19, 2024
1 parent 0891596 commit 61b28ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions defender-endpoint/linux-install-with-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,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_apt_repo.yml
- name: include onboarding tasks
import_tasks:
file: ../roles/onboarding_setup.yml
- name: add apt repository
import_tasks:
file: ../roles/add_apt_repo.yml
- name: Install MDATP
apt:
name: mdatp
Expand Down

0 comments on commit 61b28ec

Please sign in to comment.