Merge pull request #388 from ayav09/readme_updates

readme updates
This commit is contained in:
Terry Howe 2022-02-07 18:21:31 -07:00 committed by GitHub
commit 4882e82864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@ Ansible modules for Hashicorp Vault.
.. image:: https://pepy.tech/badge/ansible-modules-hashivault/month
:alt: Downloads
:target: https://pepy.tech/project/ansible-modules-hashivault
.. image:: https://travis-ci.org/TerryHowe/ansible-modules-hashivault.svg?branch=master
:alt: Travis CI
:target: https://travis-ci.org/TerryHowe/ansible-modules-hashivault
.. image:: https://github.com/TerryHowe/ansible-modules-hashivault/actions/workflows/test.yml/badge.svg?branch=main
:alt: CI
:target: https://github.com/TerryHowe/ansible-modules-hashivault/actions/workflows/test.yml
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
:alt: License: MIT
:target: https://opensource.org/licenses/MIT
@ -24,7 +24,7 @@ Install this Ansible module:
pip install ansible-modules-hashivault
* via ``ansible-galaxy`` (requires ``hvac>=0.7.0``):
* via ``ansible-galaxy`` (requires ``hvac>=0.7.2``):
::