Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yanan Shen <yanans@vmware.com>
  • Loading branch information
123lzxm committed Nov 29, 2023
1 parent 36a1312 commit 8fee85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions windows/wintools_complete_install_verify/install_vmtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
register: wintools_install_result
async: 600
poll: 0
environment:
ANSIBLE_WIN_ASYNC_STARTUP_TIMEOUT: 10
- name: "Pause 2 minutes before checking task status"
ansible.builtin.pause:
minutes: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
- name: wintools_complete_install_verify
hosts: localhost
gather_facts: false
environment:
ANSIBLE_WIN_ASYNC_STARTUP_TIMEOUT: 10
tasks:
- name: "Test case block"
block:
Expand Down

0 comments on commit 8fee85f

Please sign in to comment.