File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ timeout=20
3
3
forks =20
4
4
5
5
[ssh_connection]
6
- ssh_args =-o ControlMaster =auto -o ControlPersist =1800s
6
+ ssh_args =-o ControlMaster =auto -o ControlPersist =1800s -o ForwardAgent =yes
7
7
pipelining =True
Original file line number Diff line number Diff line change 4
4
- name : download the latest kernel debian packages
5
5
get_url : url={{ item }} dest=/tmp
6
6
with_items :
7
- - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6 -trusty/linux-headers-3.13.6-031306 -generic_3.13.6-031306.201403070154_amd64 .deb
8
- - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6 -trusty/linux-image-3.13.6-031306 -generic_3.13.6-031306.201403070154_amd64 .deb
9
- - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.6 -trusty/linux-headers-3.13.6-031306_3 .13.6-031306.201403070154_all .deb
7
+ - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7 -trusty/linux-headers-3.13.7-031307 -generic_3.13.7-031307.201403240156_amd64 .deb
8
+ - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7 -trusty/linux-image-3.13.7-031307 -generic_3.13.7-031307.201403240156_amd64 .deb
9
+ - http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13.7 -trusty/linux-headers-3.13.7-031307_3 .13.7-031307.201403240156_all .deb
10
10
tags : kernel
11
11
12
12
- name : install the latest kernel
Original file line number Diff line number Diff line change 4
4
5
5
export ANSIBLE_ERROR_ON_UNDEFINED_VARS=True
6
6
export ANSIBLE_HOST_KEY_CHECKING=False
7
- export ANSIBLE_SSH_ARGS=" -o ForwardAgent=yes"
8
7
9
8
if [ $# -gt 0 ]
10
9
then
You can’t perform that action at this time.
0 commit comments