Skip to content

Commit

Permalink
Merge pull request #1 from roles-ansible/101
Browse files Browse the repository at this point in the history
Consider using ntpsec for ntp on debian
  • Loading branch information
DO1JLR authored Nov 28, 2023
2 parents e4c6977 + e3fdfd2 commit fc7c72b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Here are all our ansible roles for installing git server.
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.time:1.0.0
ansible-galaxy collection install l3d.time:1.0.1
```

Remember you can to Upgrade to the latest version of the l3d.time collection using the ``--upgrade`` parameter:
Expand Down Expand Up @@ -43,7 +43,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.time
version: ">=1.0.0"
version: ">=1.0.1"
```
## Include roles in your playbook
Expand Down
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: time

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.0.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -41,7 +41,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
"community.general": ">=7.5.0"
"community.general": ">=8.0.2"

# The URL of the originating SCM repository
repository: https://github.com/roles-ansible/ansible_collection_time.git
Expand Down

0 comments on commit fc7c72b

Please sign in to comment.