Skip to content

Commit 9eeac9a

Browse files
authored
Merge pull request #88816 from mgreenegit/patch-4
python 2.x is required
2 parents 88c0c6a + eb5c4a3 commit 9eeac9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The minimum requirements for a Linux Hybrid Runbook Worker are:
4545
|Glibc |GNU C Library| 2.5-12 |
4646
|Openssl| OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported|
4747
|Curl | cURL web client | 7.15.5|
48-
|Python-ctypes | |
48+
|Python-ctypes | Python 2.x is required |
4949
|PAM | Pluggable Authentication Modules|
5050
| **Optional package** | **Description** | **Minimum version**|
5151
| PowerShell Core | To run PowerShell runbooks, PowerShell needs to be installed, see [Installing PowerShell Core on Linux](/powershell/scripting/setup/installing-powershell-core-on-linux) to learn how to install it. | 6.0.0 |
@@ -113,4 +113,4 @@ The following runbook types don't work on a Linux Hybrid Worker:
113113

114114
* To learn how to configure your runbooks to automate processes in your on-premises datacenter or other cloud environment, see [Run runbooks on a Hybrid Runbook Worker](automation-hrw-run-runbooks.md).
115115
* For instructions on how to remove Hybrid Runbook Workers, see [Remove Azure Automation Hybrid Runbook Workers](automation-hybrid-runbook-worker.md#remove-a-hybrid-runbook-worker).
116-
* To learn how to troubleshoot your Hybrid Runbook Workers, see [Troubleshooting Linux Hybrid Runbook Workers](troubleshoot/hybrid-runbook-worker.md#linux)
116+
* To learn how to troubleshoot your Hybrid Runbook Workers, see [Troubleshooting Linux Hybrid Runbook Workers](troubleshoot/hybrid-runbook-worker.md#linux)

0 commit comments

Comments
 (0)