Skip to content

Commit 2f68a12

Browse files
Doc-a-thon
line 215, 223 updated wording to reflect Linux inclusivity.
1 parent 42b88d0 commit 2f68a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy an agent-based Linux Hybrid Runbook Worker in Automation
33
description: This article tells how to install an agent-based Hybrid Runbook Worker to run runbooks on Linux-based machines in your local datacenter or cloud environment.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 03/30/2023
6+
ms.date: 04/12/2023
77
ms.topic: conceptual
88
---
99

@@ -212,15 +212,15 @@ To install and configure a Linux Hybrid Runbook Worker, perform the following st
212212
213213
## Turn off signature validation
214214

215-
By default, Linux Hybrid Runbook Workers require signature validation. If you run an unsigned runbook against a worker, you see a `Signature validation failed` error. To turn off signature validation, run the following command. Replace the second parameter with your Log Analytics workspace ID.
215+
By default, Linux Hybrid Runbook Workers require signature validation. If you run an unsigned runbook against a worker, you see a `Signature validation failed` error. To turn off signature validation, run the following command as root. Replace the second parameter with your Log Analytics workspace ID.
216216

217217
```bash
218218
sudo python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/MSFT_nxOMSAutomationWorkerResource/automationworker/scripts/require_runbook_signature.py --false <logAnalyticsworkspaceId>
219219
```
220220

221221
## <a name="remove-linux-hybrid-runbook-worker"></a>Remove the Hybrid Runbook Worker
222222

223-
Run the following commands on agent-based Linux Hybrid Worker:
223+
Run the following commands as root on the agent-based Linux Hybrid Worker:
224224

225225
1. ```python
226226
sudo bash

0 commit comments

Comments
 (0)