issue #426: fix all.yml sorting, one more delegate_to

This commit is contained in:
David Wilson 2018-11-08 02:03:32 +00:00
parent bd82fa1986
commit 5a96d13fd8
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: