You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/09/07 15:43:30 UTC

[incubator-openwhisk] branch master updated: fix syntax error in patchKernel.yml (#2707)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b02562  fix syntax error in patchKernel.yml (#2707)
6b02562 is described below

commit 6b025624a6a968fec86ea3749a76467a72db9139
Author: Sang Heon Lee <de...@gmail.com>
AuthorDate: Fri Sep 8 00:43:28 2017 +0900

    fix syntax error in patchKernel.yml (#2707)
---
 ansible/roles/whiskhost/tasks/patchKernel.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ansible/roles/whiskhost/tasks/patchKernel.yml b/ansible/roles/whiskhost/tasks/patchKernel.yml
index ee74b3c..b5478c6 100644
--- a/ansible/roles/whiskhost/tasks/patchKernel.yml
+++ b/ansible/roles/whiskhost/tasks/patchKernel.yml
@@ -33,12 +33,7 @@
   become: true
 
 - name: wait until host comes back up, timeout after 10 minutes
-  local_action:
-    wait_for host: "{{ ansible_host }}"
-    port: 22
-    state: started
-    delay: 10
-    timeout: 600
+  local_action: wait_for host={{ ansible_host }} port=22 state=started delay=10 timeout=600
 
 # can not use apt module because of https://github.com/ansible/ansible-modules-core/issues/4029
 - name: remove old kernels

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].