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
This commit is contained in:
John Fulton 2020-02-25 08:08:40 -05:00 committed by Kevin Carter (cloudnull)
parent 792ed84d40
commit 5f0c07943e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
projects:
"opendev.org/openstack/tripleo-ansible":
src_dir: "{{ tripleo_src }}"
ansible_connection: ssh
ansible_connection: local
- import_playbook: pre.yml