Skip to content

Commit

Permalink
fix role name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevel committed Sep 9, 2022
1 parent 034f87d commit dd6a5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ No dependencies.
```yml
- hosts: clients
roles:
- role: sentinelone
- role: stdevel.sentinelone_client
sentinelone_filename: SentinelAgent_linux_v21_10_3_3.rpm
sentinelone_token: trustno1
```
Expand All @@ -32,7 +32,7 @@ Repository installation:
```yml
- hosts: clients
roles:
- role: sentinelone
- role: stdevel.sentinelone_client
sentinelone_filename: https://simone.giertz.dev/SentinelAgent_linux_v13_37.deb
sentinelone_token: trustno1
```
Expand Down

0 comments on commit dd6a5f8

Please sign in to comment.