Skip to content

Commit

Permalink
Fix spelling mistake for module name in README (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsupun authored Feb 24, 2022
1 parent 1e76c1a commit afde1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ document portal.

## Ansible Tower

In your playbook's source repository, add `keepersecrity.keeper_secrets_manager` to the
In your playbook's source repository, add `keepersecurity.keeper_secrets_manager` to the
`requirement.yml` collections list.

There is an **Execution Environment** docker image location at
Expand All @@ -29,7 +29,7 @@ $ pip3 install -U keeper-secrets-manager-core
Then install the collection.

```shell
$ ansible-galaxy collection install keepersecrity.keeper_secrets_manager
$ ansible-galaxy collection install keepersecurity.keeper_secrets_manager
```

# Plugins
Expand Down
2 changes: 1 addition & 1 deletion integration/keeper_secrets_manager_ansible/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="keeper-secrets-manager-ansible",
version='1.1.0',
version='1.1.1',
description="Keeper Secrets Manager plugins for Ansible.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit afde1c6

Please sign in to comment.