Skip to content

Commit f38d648

Browse files
authored
Prepare Release 1.4.3 (#268)
* Prepare for the 1.4.3 release. * Switch Docker to Ansible 2.4.0.0 * Modify Dockerfile to explicitly specify --roles-path to ansible-galaxy.
1 parent c0c4bd0 commit f38d648

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: required
66
dist: trusty
77

88
env:
9+
- ANSIBLE_VERSION=2.4.0.0
910
- ANSIBLE_VERSION=2.3.0.0
1011
- ANSIBLE_VERSION=2.2.0.0
1112
- ANSIBLE_VERSION=2.1.3.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM juniper/pyez:latest
22
MAINTAINER Stephen Steiner <[email protected]>
33

4-
ARG ver_ansible=2.3.0.0
4+
ARG ver_ansible=2.4.0.0
55
ARG ver_jsnapy=1.1.0
66

77
WORKDIR /tmp
@@ -20,7 +20,7 @@ RUN tar -czf Juniper.junos ansible-junos-stdlib &&\
2020
pip install jxmlease &&\
2121
pip install -q ansible==$ver_ansible &&\
2222
pip install -q jsnapy==$ver_jsnapy &&\
23-
ansible-galaxy install Juniper.junos &&\
23+
ansible-galaxy install --roles-path=/etc/ansible/roles Juniper.junos &&\
2424
apk del -r --purge gcc make g++ &&\
2525
rm -rf /source/* &&\
2626
rm -rf /var/cache/apk/* &&\

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "2.0.0+dev0"
2-
DATE = "2017-April-24"
1+
VERSION = "1.4.3"
2+
DATE = "2017-Oct-1"

0 commit comments

Comments
 (0)