We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1089c02 + d91309c commit 46da85aCopy full SHA for 46da85a
README.md
@@ -16,8 +16,7 @@ The resource module builder is an Ansible Playbook that helps developers scaffol
16
### Usage
17
18
```
19
-pip install ansible
20
-pip install jsonref
+pip install -r requirements.txt
21
22
23
requirements.txt
@@ -0,0 +1,6 @@
1
+# The order of packages is significant, because pip processes them in the order
2
+# of appearance. Changing the order has an impact on the overall integration
3
+# process, which may cause wedges in the gate later.
4
+
5
+ansible>=2.8.0 # GPLv3
6
+jsonref>=0.2 # MIT
0 commit comments