Skip to content

Commit dd6a5f8

Browse files
committed
fix role name in documentation
1 parent 034f87d commit dd6a5f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ No dependencies.
2222
```yml
2323
- hosts: clients
2424
roles:
25-
- role: sentinelone
25+
- role: stdevel.sentinelone_client
2626
sentinelone_filename: SentinelAgent_linux_v21_10_3_3.rpm
2727
sentinelone_token: trustno1
2828
```
@@ -32,7 +32,7 @@ Repository installation:
3232
```yml
3333
- hosts: clients
3434
roles:
35-
- role: sentinelone
35+
- role: stdevel.sentinelone_client
3636
sentinelone_filename: https://simone.giertz.dev/SentinelAgent_linux_v13_37.deb
3737
sentinelone_token: trustno1
3838
```

0 commit comments

Comments
 (0)