Skip to content

Commit

Permalink
Provide ansible-core extra
Browse files Browse the repository at this point in the history
Fixes #947.
  • Loading branch information
KamilaBorowska committed Nov 8, 2022
1 parent a47b9f3 commit c4ad0ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ v0.3.4.dev0

* :gh:issue:`929` Support Ansible 6 and ansible-core 2.13
* :gh:issue:`832` Fix runtime error when using the ansible.builtin.dnf module multiple times
* :gh:issue:`925` :class:`ansible_mitogen.connection.Connection` no longer tries to close the
* :gh:issue:`925` :class:`ansible_mitogen.connection.Connection` no longer tries to close the
connection on destruction. This is expected to reduce cases of `mitogen.core.Error: An attempt
was made to enqueue a message with a Broker that has already exitted`. However it may result in
resource leaks.

* :gh:issue:`947` Provide `ansible-core` extra which installs compatible version of ansible-core

v0.3.3 (2022-06-03)
-------------------
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ def long_description():
'Topic :: System :: Distributed Computing',
'Topic :: System :: Systems Administration',
],
extras_require = {
'ansible-core': ['ansible-core>=2.11,<2.14'],
},
)

0 comments on commit c4ad0ef

Please sign in to comment.