diff options
author | Amol Kahat <amolkahat@gmail.com> | 2019-02-13 09:27:13 +0100 |
---|---|---|
committer | Abhijeet Kasurde <akasurde@redhat.com> | 2019-02-13 09:27:13 +0100 |
commit | 563725ba98da5b6307a7f74cb6c68fa409c554bb (patch) | |
tree | bb58c69b7eba6ada1cdda340ed9468021a059548 /test/integration/targets/cnos_facts | |
parent | Update test constraints for Python 2.6. (#52055) (diff) | |
download | ansible-563725ba98da5b6307a7f74cb6c68fa409c554bb.tar.xz ansible-563725ba98da5b6307a7f74cb6c68fa409c554bb.zip |
Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
Diffstat (limited to 'test/integration/targets/cnos_facts')
-rw-r--r-- | test/integration/targets/cnos_facts/cnos_facts_sample_hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/cnos_facts/cnos_facts_sample_hosts b/test/integration/targets/cnos_facts/cnos_facts_sample_hosts index 99cc3c263a..1f881f94da 100644 --- a/test/integration/targets/cnos_facts/cnos_facts_sample_hosts +++ b/test/integration/targets/cnos_facts/cnos_facts_sample_hosts @@ -3,11 +3,11 @@ # - Comments begin with the '#' character # - Blank lines are ignored # - Groups of hosts are delimited by [header] elements -# - You can enter hostnames or ip addresses +# - You can enter hostnames or ip Addresses # - A hostname/ip can be a member of multiple groups # # In the /etc/ansible/hosts file u have to enter [cnos_facts_sample] tag -# Following you should specify IP Adresses details +# Following you should specify IP Addresses details # Please change <username> and <password> with appropriate value for your switch. [cnos_facts] |