Skip to content

Commit 9b92797

Browse files
authored
Merge pull request #10 from serverscom/fix_docs
Fix docs
2 parents 8cb9ecc + eabe8dd commit 9b92797

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read
1010

1111
jobs:
12-
test:
12+
ci:
1313
runs-on: ubuntu-latest
1414
env:
1515
ANSIBLE_HOST_KEY_CHECKING: "False"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ strategy = serverscom.mitogen.mitogen_linear
3737
### Environment variable
3838
You can set `ANSIBLE_STRATEGY` environment variable:
3939

40-
``
40+
```
4141
ANSIBLE_STRATEGY=serverscom.mitogen.mitogen_linear ansible-playbook ...
4242
```
4343

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: serverscom
33
name: mitogen
4-
version: 1.0.0
4+
version: 1.0.1
55
readme: README.md
66
authors:
77
- Sergey Putko <[email protected]>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ansible-collection-mitogen"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Ansible collection to expose mitogen strategies with mitogen patching"
55
authors =["Sergey Putko <[email protected]>", "George Shuklin <[email protected]>"]
66
license = "BSD/MIT"

0 commit comments

Comments
 (0)