Make run-local.yml use ansible_connection local, not ssh

If the intent of run-local.yml is to use a local ansible
connection and not an SSH ansible connection, as implied
by the tests/hosts.ini, then it shouldn't set a fact to
set ansible_connection to 'ssh'. This patch changes it to
'local'.

Change-Id: I7494a937749a434f9bfb2e14c47b36aebdf89664
Closes-Bug: #1864649
(cherry picked from commit 5f0c07943e)
This commit is contained in:
John Fulton 2020-02-25 08:08:40 -05:00
parent b761544043
commit 8011e23fda
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
zuul: zuul:
project: project:
src_dir: "{{ tripleo_src }}" src_dir: "{{ tripleo_src }}"
ansible_connection: ssh ansible_connection: local
- import_playbook: pre.yml - import_playbook: pre.yml