Correct comments in requirements.yml

Technically those are just upstream source URLs. They DO contain docs, but the nature of ansible galaxy means that those docs are cloned here too
This commit is contained in:
Salt 2020-11-08 00:58:09 -06:00
parent ddc5c881de
commit 8c7ef95aa6

View File

@ -6,31 +6,31 @@
# up and I'll buy you a beer or a pizza or something. # up and I'll buy you a beer or a pizza or something.
# DB Server stuff # DB Server stuff
# Docs: https://github.com/geerlingguy/ansible-role-postgresql # Upstream: https://github.com/geerlingguy/ansible-role-postgresql
- src: geerlingguy.postgresql - src: geerlingguy.postgresql
version: 2.2.1 version: 2.2.1
name: postgresql name: postgresql
# Webserver stuff # Webserver stuff
# Docs: https://github.com/geerlingguy/ansible-role-certbot # Upstream: https://github.com/geerlingguy/ansible-role-certbot
- src: geerlingguy.certbot - src: geerlingguy.certbot
version: 3.1.0 version: 3.1.0
name: certbot name: certbot
# Docs: https://github.com/geerlingguy/ansible-role-apache # Upstream: https://github.com/geerlingguy/ansible-role-apache
- src: geerlingguy.apache - src: geerlingguy.apache
version: 3.1.0 version: 3.1.0
name: apache name: apache
# Docs: https://github.com/geerlingguy/ansible-role-php # Upstream: https://github.com/geerlingguy/ansible-role-php
- src: geerlingguy.php - src: geerlingguy.php
version: 4.5.1 version: 4.5.1
name: php name: php
# Web applications # Web applications
# Docs: https://github.com/thomas-maurice/ansible-role-gitea # Upstream: https://github.com/thomas-maurice/ansible-role-gitea
- src: thomas_maurice.ansible_role_gitea - src: thomas_maurice.ansible_role_gitea
version: master version: master
name: gitea name: gitea
# Docs: https://github.com/nkakouros-original/ansible-role-nextcloud # Upstream: https://github.com/nkakouros-original/ansible-role-nextcloud
- src: nkakouros.nextcloud - src: nkakouros.nextcloud
version: master version: master
name: nextcloud name: nextcloud