File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ This example outlines how to use Ansible to install or upgrade the software imag
180
180
181
181
## DEPENDENCIES
182
182
This modules requires the following to be installed on the Ansible control machine:
183
- * Python 2.7
184
- * [Ansible](http://www.ansible.com) 2.1 or later
183
+ * Python >= 2.7
184
+ * [Ansible](http://www.ansible.com) 2.3 or later
185
185
* Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.1.7 or later
186
186
* [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
187
187
@@ -207,6 +207,8 @@ Juniper Networks is actively contributing to and maintaining this repo. Please c
207
207
[Nitin Kumar](https://github.com/vnitinv), [Stacy W Smith](https://github.com/stacywsmith),
208
208
[David Gethings](https://github.com/dgjnpr)
209
209
210
+ * v2.1.0: [Raja Shekar](https://github.com/rsmekala), [Stacy W Smith](https://github.com/stacywsmith)
211
+
210
212
*Former Contributors:*
211
213
[Jeremy Schulman](https://github.com/jeremyschulman), [Rick Sherman](https://github.com/shermdog),
212
214
[Damien Garros](https://github.com/dgarros)
Original file line number Diff line number Diff line change 1
- VERSION = "2.0.2 "
2
- DATE = "2018-Feb-19 "
1
+ VERSION = "2.1.0 "
2
+ DATE = "2018-June-1 "
You can’t perform that action at this time.
0 commit comments