File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ sudo: required
66dist : trusty 
77
88env :
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 
Original file line number Diff line number Diff line change 11FROM  juniper/pyez:latest
22MAINTAINER  Stephen Steiner <
[email protected] >
33
4- ARG  ver_ansible=2.3 .0.0
4+ ARG  ver_ansible=2.4 .0.0
55ARG  ver_jsnapy=1.1.0
66
77WORKDIR  /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/* &&\
Original file line number Diff line number Diff line change 1- VERSION  =  "2.0.0+dev0 " 
2- DATE  =  "2017-April-24 " 
1+ VERSION  =  "1.4.3 " 
2+ DATE  =  "2017-Oct-1 " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments