Skip to content

Commit 13240e0

Browse files
committed
Update lib name
1 parent d3de6bd commit 13240e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/apps/task/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## DAB Task
22

33
This app "dab_task" provides a tasking system (it can run tasks in the background).
4-
This is an overlay on top of the dispatcher library:
4+
This is an overlay on top of the dispatcherd library:
55

6-
https://github.com/ansible/dispatcher
6+
https://github.com/ansible/dispatcherd
77

88
The key differences of using dab_task as opposed to the dispatcher directly are:
99

requirements/requirements_all.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defusedxml==0.8.0rc2
2525
# via
2626
# python3-openid
2727
# social-auth-core
28-
dispatcher @ git+https://github.com/ansible/dispatcher
28+
dispatcherd @ git+https://github.com/ansible/dispatcherd
2929
# via -r requirements/requirements_task.in
3030
django==4.2.17
3131
# via
@@ -119,7 +119,7 @@ python3-saml==1.16.0
119119
# via -r requirements/requirements_authentication.in
120120
pyyaml==6.0.2
121121
# via
122-
# dispatcher
122+
# dispatcherd
123123
# drf-spectacular
124124
redis==5.2.0
125125
# via

requirements/requirements_task.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/ansible/dispatcher
1+
git+https://github.com/ansible/dispatcherd

0 commit comments

Comments
 (0)