Merge pull request #2221 from ceph/fix_purge_waitfor

purge: fix bug on 'wait_for' task
pull/2236/head
Sébastien Han 2017-11-29 14:56:54 +01:00 committed by GitHub
commit 29d21303d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@
- name: wait for server to boot - name: wait for server to boot
become: false become: false
local_action: wait_for port=22 host={{ inventory_hostname }} state=started delay=10 timeout=500 local_action: wait_for port=22 host={{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }} state=started delay=10 timeout=500
- name: remove data - name: remove data
file: file: