Commit 1a941b9
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
^ here1 parent 45c6ae6 commit 1a941b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
0 commit comments