mirror of
https://github.com/roles-ansible/ansible_collection_time.git
synced 2024-08-16 10:09:54 +02:00
Consider using ntpsec for ntp on debian
This commit is contained in:
parent
e4c69771a3
commit
e3fdfd2d67
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ Here are all our ansible roles for installing git server.
|
||||||
## Using this Collection
|
## Using this Collection
|
||||||
You can install the collection using ansible-galaxy by running:
|
You can install the collection using ansible-galaxy by running:
|
||||||
```bash
|
```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:
|
Remember you can to Upgrade to the latest version of the l3d.time collection using the ``--upgrade`` parameter:
|
||||||
|
@ -43,7 +43,7 @@ You can also list a collection in ``requirements.yml``:
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: l3d.time
|
- name: l3d.time
|
||||||
version: ">=1.0.0"
|
version: ">=1.0.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Include roles in your playbook
|
## Include roles in your playbook
|
||||||
|
|
|
@ -9,7 +9,7 @@ namespace: l3d
|
||||||
name: time
|
name: time
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
@ -41,7 +41,7 @@ tags:
|
||||||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
||||||
# range specifiers can be set and are separated by ','
|
# range specifiers can be set and are separated by ','
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.general": ">=7.5.0"
|
"community.general": ">=8.0.2"
|
||||||
|
|
||||||
# The URL of the originating SCM repository
|
# The URL of the originating SCM repository
|
||||||
repository: https://github.com/roles-ansible/ansible_collection_time.git
|
repository: https://github.com/roles-ansible/ansible_collection_time.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a3ac34e33dda8a0d5633ee8bb111aea6ddf62a90
|
Subproject commit 5adecb3a0e5b471a29bc6d93e96ca421448462f0
|
Loading…
Reference in a new issue