Skip to content

Commit 1a941b9

Browse files
authored
Update linux-install-with-ansible.md
Under the Verify if the deployment is successful section, the playbook example has an error on the last line (msg:) as it needs to be indented from the debug: option. In it's current form, the playbook fails to run and produces this error: ERROR! conflicting action statements: debug, msg The error appears to be in 'verify-msdefender-endpoint.yml': line 59, column 8, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: MDE Deployed ^ here
1 parent 45c6ae6 commit 1a941b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ ansible-playbook -i /etc/ansible/hosts /etc/ansible/playbooks/install_mdatp.yml
214214
215215
- name: MDE Deployed
216216
debug:
217-
msg: "MDE succesfully deployed"
217+
msg: "MDE succesfully deployed"
218218
```
219219
220220
### How to uninstall Microsoft Defender for Endpoint on Linux Servers

0 commit comments

Comments
 (0)