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 Jul 28, 2022
1 parent 8cda5f5 commit 7a285b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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:`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 7a285b8

Please sign in to comment.