Skip to content

Commit e71a42e

Browse files
authored
Merge pull request #104 from nitronarcosis/patch-1
Update linux-install-with-ansible.md
2 parents c4b4061 + 61b28ec commit e71a42e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,12 @@ Create a subtask or role files that contribute to a playbook or task.
192192
```Output
193193
- hosts: servers
194194
tasks:
195-
- include: ../roles/onboarding_setup.yml
196-
- include: ../roles/add_apt_repo.yml
195+
- name: include onboarding tasks
196+
import_tasks:
197+
file: ../roles/onboarding_setup.yml
198+
- name: add apt repository
199+
import_tasks:
200+
file: ../roles/add_apt_repo.yml
197201
- name: Install MDATP
198202
apt:
199203
name: mdatp

0 commit comments

Comments
 (0)