From 60781ecab652e6ba6230de7136d892698503281d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 6 May 2018 09:02:29 +0100 Subject: [PATCH] tests: fix test for vanilla Ansible. --- tests/ansible/integration/remote_tmp/readonly_homedir.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ansible/integration/remote_tmp/readonly_homedir.yml b/tests/ansible/integration/remote_tmp/readonly_homedir.yml index e1d556e1..ffad455a 100644 --- a/tests/ansible/integration/remote_tmp/readonly_homedir.yml +++ b/tests/ansible/integration/remote_tmp/readonly_homedir.yml @@ -14,8 +14,7 @@ vars: ansible_become_pass: readonly_homedir_password - - debug: msg={{out}} - name: Verify system temp directory was used. assert: that: - - out.__file__.startswith("/tmp/ansible_mitogen_") + - out.__file__.startswith("/tmp/ansible_")