From 5a96d13fd8876bef01c90f77a98e649cf8bfd272 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 8 Nov 2018 02:03:32 +0000 Subject: [PATCH] issue #426: fix all.yml sorting, one more delegate_to --- tests/ansible/integration/all.yml | 2 +- .../ansible/integration/connection_loader/local_blemished.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ansible/integration/all.yml b/tests/ansible/integration/all.yml index d0d3ebf5..c1eaf68a 100644 --- a/tests/ansible/integration/all.yml +++ b/tests/ansible/integration/all.yml @@ -7,7 +7,6 @@ - import_playbook: async/all.yml - import_playbook: become/all.yml - import_playbook: connection/all.yml -- import_playbook: stub_connections/all.yml - import_playbook: connection_loader/all.yml - import_playbook: context_service/all.yml - import_playbook: delegation/all.yml @@ -18,3 +17,4 @@ - import_playbook: runner/all.yml - import_playbook: ssh/all.yml - import_playbook: strategy/all.yml +- import_playbook: stub_connections/all.yml diff --git a/tests/ansible/integration/connection_loader/local_blemished.yml b/tests/ansible/integration/connection_loader/local_blemished.yml index f0a6d4de..d0fcabba 100644 --- a/tests/ansible/integration/connection_loader/local_blemished.yml +++ b/tests/ansible/integration/connection_loader/local_blemished.yml @@ -1,13 +1,13 @@ # Ensure 'local' connections are grabbed. -- name: integration/connection_loader__local_blemished.yml +- name: integration/connection_loader/local_blemished.yml hosts: test-targets any_errors_fatal: true tasks: - determine_strategy: - custom_python_detect_environment: - connection: local + delegate_to: localhost register: out - assert: