Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Aug 12, 2024
1 parent c3bb913 commit e5fb104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This collection has been tested against following Ansible versions: **>=2.15.0**

### Plugins:

* `activemq_facts`: return activemq configuration as ansible fact data
* `pbkdf2_hmac`: filter plugin used internally to generate unidirectional account password hashes
<!--end roles_paths -->

Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/activemq_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
module: activemq_facts
short_description: Return activemq configuration as fact data
description:
- Return artemis activemq configuration and runtime information from the jolokia endpoint as fact data.
version_added: 2.1
- Return artemis activemq configuration and runtime information from the jolokia endpoint as fact data.
version_added: "2.1"
requirements: ["A running instance of activemq with the jolokia port open"]
extends_documentation_fragment:
- action_common_attributes
Expand Down

0 comments on commit e5fb104

Please sign in to comment.