aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-04 14:07:57 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-04 14:07:57 +0200
commitfd909b390c3c0c5fd46f81fc44921551dc409f9f (patch)
tree5706faca06b5298b7d1f2cb2bdf14d4323099faf /README.md
parentstart using flat versioning (diff)
downloadinfra-ansible-fd909b390c3c0c5fd46f81fc44921551dc409f9f.tar.gz
infra-ansible-fd909b390c3c0c5fd46f81fc44921551dc409f9f.zip
README: update
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ffef23..d7717cc 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ requirements.yml:
collections:
- source: https://github.com/egor-tensin/infra-ansible.git
type: git
- version: master # Or a commit hash
+ version: master # Or a git tag
```
```