Removed SSH wait

This commit is contained in:
Sebastian Haderecker 2019-04-14 15:38:26 +00:00
parent 949a8854c6
commit 4c5447658d
2 changed files with 0 additions and 8 deletions

View file

@ -5,7 +5,6 @@
become: yes
become_user: root
become_method: sudo
gather_facts: no
roles:
- custom_ews

View file

@ -1,10 +1,3 @@
- name: Waiting for SSH connection
wait_for_connection:
timeout: 300
- name: Gathering Facts
setup:
- name: Install ews configuration file
template:
src: ../templates/ews.cfg