Remove unneeded setting of ansible_user

This never actually did anything because we are setting a variable
to itself. However, with ansible2.3 update this actually breaks.

Change-Id: I7ca4a29d0eeeacfe799d7640fcbecc9d88329be0
This commit is contained in:
John Trowbridge 2017-06-01 17:00:41 -04:00
parent 4208173975
commit 3740fd1a4a
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@
groups: "{{ node_groups| join(',') }}"
ansible_host: "{{ undercloud_ip }}"
ansible_fqdn: undercloud
ansible_user: "{{ ansible_user }}"
ansible_private_key_file: "{{ undercloud_key }}"
ansible_ssh_extra_args: "{{ ssh_extra_args }}"
undercloud_ip: "{{ undercloud_ip }}"