From b91785c9a1cd1aa741d453eb65f26036f9472e3e Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 18 Apr 2018 15:57:35 +0100 Subject: [PATCH] tests: workaround for issue_109 --- .../regression/issue_109__target_has_old_ansible_installed.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ansible/regression/issue_109__target_has_old_ansible_installed.yml b/tests/ansible/regression/issue_109__target_has_old_ansible_installed.yml index 7c2eef46..d13f25bb 100644 --- a/tests/ansible/regression/issue_109__target_has_old_ansible_installed.yml +++ b/tests/ansible/regression/issue_109__target_has_old_ansible_installed.yml @@ -5,8 +5,6 @@ hosts: all any_errors_fatal: true gather_facts: true - become: true - become_user: mitogen__user1 tasks: # Copy the naughty 'ansible' into place.