Skip to content

Commit

Permalink
Test system connection before looping over packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Nov 7, 2017
1 parent 425025f commit adba7d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions software.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
- hosts: computers
gather_facts: no
tasks:
- name: Test system connection
wait_for_connection:
timeout: 10

- name: Upgrade existing software
win_chocolatey:
name: all
state: latest
tags: software

# - name: Install/remove java
# win_chocolatey:
Expand Down

0 comments on commit adba7d4

Please sign in to comment.