Skip to content

Commit

Permalink
Merge pull request #1 from asm0deuz/doc_update
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
asm0deuz authored Jul 24, 2024
2 parents 1d43b66 + a4357a1 commit ebf1034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This repository contains the `ceph.automation` Ansible Collection.

## Tested with Ansible

Tested with ansible-core >=2.14 releases and the current development version of ansible-core.
Tested with ansible-core >=2.15 releases and the current development version of ansible-core.

## External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

## Included content

Please check the included content on the [Ansible Galaxy page for this collection](https://galaxy.ansible.com/ceph/ansible).
Please check the included content on the [Ansible Galaxy page for this collection](https://galaxy.ansible.com/ui/repo/published/ceph/automation).

## Using this collection

Expand All @@ -33,7 +33,7 @@ To upgrade the collection to the latest available version, run the following com
ansible-galaxy collection install ceph.automation --upgrade
```

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where `X.Y.Z` can be any [available version](https://galaxy.ansible.com/ceph/ansible):
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where `X.Y.Z` can be any [available version](https://galaxy.ansible.com/ui/repo/published/ceph/automation):

```bash
ansible-galaxy collection install ceph.automation:==X.Y.Z
Expand All @@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui

## Release notes

See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst).
See the [changelog](https://github.com/ceph/ceph.automation/blob/main/CHANGELOG.rst).

## Roadmap

Expand Down
10 changes: 5 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace: "ceph"
name: "automation"
version: 1.0.0
version: 1.0.1
readme: README.md
authors:
- Teoman ONAY <[email protected]>
Expand All @@ -16,10 +16,10 @@ license_file: LICENSE
tags: ["linux", "tools"]
dependencies: {}

repository: http://example.com/repository
documentation: http://docs.example.com
homepage: http://example.com
issues: http://example.com/issue/tracker
repository: https://github.com/ceph/ceph.automation
documentation: https://docs.ceph.com/projects/ceph.automation
homepage: https://github.com/ceph/ceph.automation
issues: https://github.com/ceph/ceph.automation/issues

# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
Expand Down

0 comments on commit ebf1034

Please sign in to comment.