1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_time.git synced 2024-08-16 10:09:54 +02:00

improve handler notify of ntp

This commit is contained in:
L3D 2023-11-28 15:15:31 +01:00
parent 85b191376e
commit f49de0d310
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 4 additions and 4 deletions

View file

@ -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.2 ansible-galaxy collection install l3d.time:1.0.3
``` ```
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.2" version: ">=1.0.3"
``` ```
## Include roles in your playbook ## Include roles in your playbook

View file

@ -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.2 version: 1.0.3
# 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

@ -1 +1 @@
Subproject commit cac94e5c60deea0a52e204898b4322b36aee902e Subproject commit 09864d03a24a4ba3049e4825c3e045295ed2a670