Fix spelling mistakes (comments only) (#25564)

Original Author : klemens <ka7@github.com>

Taking over previous PR as per
https://github.com/ansible/ansible/pull/23644#issuecomment-307334525

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2017-06-12 12:25:19 +05:30
committed by John R Barker
parent 460d932aa8
commit b89cb95609
158 changed files with 202 additions and 201 deletions

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_backup_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_backup_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_bgp_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_bgp_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_command_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_command_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_command_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_conditional_command_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_conditional_template_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_conditional_template_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_ethernet_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_ethernet_sample]

View File

@@ -7,7 +7,7 @@
# - 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_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_image_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_image_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_portchannel_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_portchannel_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_rollback_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_rollback_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_save_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_save_sample]

View File

@@ -7,7 +7,7 @@
# - 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_showrun_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_template_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_template_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_vlag_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_vlag_sample]

View File

@@ -7,7 +7,7 @@
# - A hostname/ip can be a member of multiple groups
#
# In the /etc/ansible/hosts file u have to enter [cnos_vlan_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_vlan_sample]

View File

@@ -141,7 +141,7 @@
that:
- delete_service_result.changed
- name: removal of an non-existant service causes no change
- name: removal of an non-existent service causes no change
consul:
service_id: 'service1'
state: absent
@@ -163,7 +163,7 @@
that:
- delete_check_result.changed
- name: removal of an non-existant check causes no change
- name: removal of an non-existent check causes no change
consul:
check_id: 'node_level'
state: absent

View File

@@ -59,9 +59,9 @@
- 'result.failed'
- 'result.msg == "Regex error for pattern &23424--[: unexpected end of regular expression"'
## Non-existant instance tests ##
## Non-existent instance tests ##
# # ============================================================
- name: "test tag non-existant instance (state==present)"
- name: "test tag non-existent instance (state==present)"
gce_tag:
service_account_email: "{{ service_account_email }}"
pem_file: "{{ pem_file }}"
@@ -79,7 +79,7 @@
- 'result.failed'
# # ============================================================
- name: "test tag non-existant instance (state==absent)"
- name: "test tag non-existent instance (state==absent)"
gce_tag:
service_account_email: "{{ service_account_email }}"
pem_file: "{{ pem_file }}"

View File

@@ -94,7 +94,7 @@
- result|changed
- result.enabled
- name: test disable an exising job without config
- name: test disable an existing job without config
local_action:
module: jenkins_job
name: test.job
@@ -103,14 +103,14 @@
password: "{{ jenkins_password }}"
enabled: false
register: result
- name: verify test disable an exising job without config
- name: verify test disable an existing job without config
assert:
that:
- result|success
- result|changed
- not result.enabled
- name: test disable an exising job without config idempotence
- name: test disable an existing job without config idempotence
local_action:
module: jenkins_job
name: test.job
@@ -119,7 +119,7 @@
password: "{{ jenkins_password }}"
enabled: false
register: result
- name: verify test disable an exising job without config idempotence
- name: verify test disable an existing job without config idempotence
assert:
that:
- result|success