diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-06-03 23:11:38 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-06-03 23:11:38 +0800 |
commit | 0ce21bc2fc83faa3462de9fd52360cb0d6fae71d (patch) | |
tree | 4cbf7f34e1d56ed91d64da0443e104bfe6f9747f /resources | |
parent | ed593ae626b626889ebe27ab1e91ada253c70aab (diff) |
Fix argument typo in example configuration
Change-Id: Ia8edbfe1c00808da0375640a84ab18f5edb2224f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/ansible_roles/qtip-generator/files/compute/hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/ansible_roles/qtip-generator/files/compute/hosts b/resources/ansible_roles/qtip-generator/files/compute/hosts index b8b256a9..9a5f831b 100644 --- a/resources/ansible_roles/qtip-generator/files/compute/hosts +++ b/resources/ansible_roles/qtip-generator/files/compute/hosts @@ -7,7 +7,7 @@ localhost ansible_connection=local [SUT] # Add hosts in system under test, example:: # -# host-1 ansible_host=192.168.10.1 ansible_host=22 ansile_user=root +# host-under-test ansible_host=192.168.10.1 ansible_port=5022 ansile_user=root # # See http://docs.ansible.com/ansible/intro_inventory.html for details -{% endif %}
\ No newline at end of file +{% endif %} |