From a25fa566a14f4521b1a236b5f52c2eab87879961 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 26 May 2019 12:06:14 +0100 Subject: [PATCH] issue #587: update stub_connections/ test to use new doas var --- tests/ansible/integration/stub_connections/mitogen_doas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/integration/stub_connections/mitogen_doas.yml b/tests/ansible/integration/stub_connections/mitogen_doas.yml index 40d4f4b0..3c1459e9 100644 --- a/tests/ansible/integration/stub_connections/mitogen_doas.yml +++ b/tests/ansible/integration/stub_connections/mitogen_doas.yml @@ -10,7 +10,7 @@ - custom_python_detect_environment: vars: ansible_connection: mitogen_doas - ansible_become_exe: stub-doas.py + ansible_doas_exe: stub-doas.py ansible_user: someuser register: out