Skip to content

Commit 28a5e49

Browse files
committed
Remove unhelpful lightbox, correct indentations
1 parent 18f98f0 commit 28a5e49

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@ Download the onboarding package from Microsoft Defender portal.
7575
2. In the first drop-down menu, select **Linux Server** as the operating system. In the second drop-down menu, select **Your preferred Linux configuration management tool** as the deployment method.
7676
3. Select **Download onboarding package**. Save the file as WindowsDefenderATPOnboardingPackage.zip.
7777

78-
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The Download onboarding package option" lightbox="media/portal-onboarding-linux-2.png":::
78+
:::image type="content" source="media/portal-onboarding-linux-2.png" alt-text="The Download onboarding package option":::
7979

8080
4. From a command prompt, verify that you have the file. Extract the contents of the archive:
8181

8282
```bash
8383
ls -l
8484
```
85-
```Output
85+
```console
8686
total 8
8787
-rw-r--r-- 1 test staff 4984 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip
8888
```
8989
```bash
9090
unzip WindowsDefenderATPOnboardingPackage.zip
9191
```
92-
```Output
92+
```console
9393
Archive: WindowsDefenderATPOnboardingPackage.zip
9494
inflating: mdatp_onboard.json
9595
```
@@ -255,27 +255,27 @@ Now run the tasks files under `/etc/ansible/playbooks/` or relevant directory.
255255

256256
- Installation:
257257

258-
```bash
259-
ansible-playbook /etc/ansible/playbooks/install_mdatp.yml -i /etc/ansible/hosts
260-
```
258+
```bash
259+
ansible-playbook /etc/ansible/playbooks/install_mdatp.yml -i /etc/ansible/hosts
260+
```
261261

262-
> [!IMPORTANT]
263-
> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes.
262+
> [!IMPORTANT]
263+
> When the product starts for the first time, it downloads the latest antimalware definitions. Depending on your Internet connection, this can take up to a few minutes.
264264

265265
- Validation/configuration:
266266

267-
```bash
268-
ansible -m shell -a 'mdatp connectivity test' all
269-
```
270-
```bash
271-
ansible -m shell -a 'mdatp health' all
272-
```
267+
```bash
268+
ansible -m shell -a 'mdatp connectivity test' all
269+
```
270+
```bash
271+
ansible -m shell -a 'mdatp health' all
272+
```
273273

274274
- Uninstallation:
275275

276-
```bash
277-
ansible-playbook /etc/ansible/playbooks/uninstall_mdatp.yml -i /etc/ansible/hosts
278-
```
276+
```bash
277+
ansible-playbook /etc/ansible/playbooks/uninstall_mdatp.yml -i /etc/ansible/hosts
278+
```
279279

280280
## Log installation issues
281281

0 commit comments

Comments
 (0)