Skip to content

Commit 0eded10

Browse files
author
jhona32423
authored
Update README.md (#7)
Fixing an small typo at the README file
1 parent 8db0e56 commit 0eded10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In order to successfully install and manage the agent, the Service Account used
105105

106106
### Using the `s1_agent_version` variable with mixed deployments
107107

108-
When deploying a specific version of the agent to an inventory that contains a mix of Linux and Windows endpoints, it is necessary to define the `s1_agent_version` variable so that it applies only to Linux or Windows hosts. This means the inventory must be structured so that Widows and Linux hosts are in separate groups. Alternatively, the `set_fact` module can be used to define `s1_agent_version` in the playbook with a conditional for the `ansible_system`.
108+
When deploying a specific version of the agent to an inventory that contains a mix of Linux and Windows endpoints, it is necessary to define the `s1_agent_version` variable so that it applies only to Linux or Windows hosts. This means the inventory must be structured so that Windows and Linux hosts are in separate groups. Alternatively, the `set_fact` module can be used to define `s1_agent_version` in the playbook with a conditional for the `ansible_system`.
109109

110110
### Downgrading agent versions
111111

0 commit comments

Comments
 (0)