summaryrefslogtreecommitdiff
path: root/test/integration/targets/wait_for/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/wait_for/tasks/main.yml')
-rw-r--r--test/integration/targets/wait_for/tasks/main.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/targets/wait_for/tasks/main.yml b/test/integration/targets/wait_for/tasks/main.yml
index f71ddbda..f81fd0f2 100644
--- a/test/integration/targets/wait_for/tasks/main.yml
+++ b/test/integration/targets/wait_for/tasks/main.yml
@@ -40,7 +40,7 @@
assert:
that:
- waitfor is successful
- - waitfor.path == "{{ remote_tmp_dir | expanduser }}/wait_for_file"
+ - waitfor.path == remote_tmp_dir | expanduser ~ "/wait_for_file"
- waitfor.elapsed >= 2
- waitfor.elapsed <= 15
@@ -58,7 +58,7 @@
assert:
that:
- waitfor is successful
- - waitfor.path == "{{ remote_tmp_dir | expanduser }}/wait_for_file"
+ - waitfor.path == remote_tmp_dir | expanduser ~ "/wait_for_file"
- waitfor.elapsed >= 2
- waitfor.elapsed <= 15
@@ -156,7 +156,7 @@
that:
- waitfor is successful
- waitfor is not changed
- - "waitfor.port == {{ http_port }}"
+ - "waitfor.port == http_port"
- name: install psutil using pip (non-Linux only)
pip:
@@ -184,7 +184,7 @@
that:
- waitfor is successful
- waitfor is not changed
- - "waitfor.port == {{ http_port }}"
+ - "waitfor.port == http_port"
- name: test wait_for with delay
wait_for: