summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/galaxy/user_guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/galaxy/user_guide.rst')
-rw-r--r--docs/docsite/rst/galaxy/user_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst
index e4beb7ef82..c5a1e19e8f 100644
--- a/docs/docsite/rst/galaxy/user_guide.rst
+++ b/docs/docsite/rst/galaxy/user_guide.rst
@@ -330,12 +330,12 @@ You can install roles and collections from the same requirements files
roles:
# Install a role from Ansible Galaxy.
- name: geerlingguy.java
- version: 1.9.6
+ version: "1.9.6" # note that ranges are not supported for roles
collections:
# Install a collection from Ansible Galaxy.
- name: geerlingguy.php_roles
- version: 0.9.3
+ version: ">=0.9.3"
source: https://galaxy.ansible.com
Installing multiple roles from multiple files