diff options
author | Erik Zettel <zettel@b1-systems.de> | 2019-10-18 13:56:55 +0200 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2019-10-18 13:56:55 +0200 |
commit | 5ea72934bd7462760047a985a7b331b1a23edf71 (patch) | |
tree | a4e6f8187d8f8520dacec1806a126ee0069f6c2c /test/integration/targets/cnos_command | |
parent | Update description for firstmatch option (#62896) (diff) | |
download | ansible-5ea72934bd7462760047a985a7b331b1a23edf71.tar.xz ansible-5ea72934bd7462760047a985a7b331b1a23edf71.zip |
Fix obvious typos (#62821)
* lib/ansible/modules/cloud/digital_ocean/digital_ocean_snapshot_info.py: fix typos
* lib/ansible/modules/cloud/ovirt/ovirt_host_network.py: fix typos
* test/integration/targets/cnos_backup/README.md: fix typos
* test/integration/targets/cnos_bgp/README.md: fix typos
* test/integration/targets/cnos_command/README.md: fix typos
* test/integration/targets/cnos_conditional_command/README.md: fix typos
* test/integration/targets/cnos_conditional_template/README.md: fix typos
* test/integration/targets/cnos_config/README.md: fix typos
* test/integration/targets/cnos_facts/README.md: fix typos
* test/integration/targets/cnos_image/README.md: fix typos
* test/integration/targets/cnos_rollback/README.md: fix typos
* test/integration/targets/cnos_save/README.md: fix typos
* test/integration/targets/cnos_showrun/README.md: fix typos
* test/integration/targets/cnos_template/README.md: fix typos
* test/integration/targets/cnos_vlag/README.md: fix typos
* test/integration/targets/enos_command/README.md: fix typos
* test/integration/targets/enos_config/README.md: fix typos
* test/integration/targets/enos_facts/README.md: fix typos
* test/legacy/roles/cnos_backup/README.md: fix typos
* test/legacy/roles/cnos_bgp/README.md: fix typos
* test/legacy/roles/cnos_command/README.md: fix typos
* test/legacy/roles/cnos_conditional_command/README.md: fix typos
* test/legacy/roles/cnos_conditional_template/README.md: fix typos
* test/legacy/roles/cnos_ethernet/README.md: fix typos
* test/legacy/roles/cnos_facts/README.md: fix typos
* test/legacy/roles/cnos_image/README.md: fix typos
* test/legacy/roles/cnos_portchannel/README.md: fix typos
* test/legacy/roles/cnos_rollback/README.md: fix typos
* test/legacy/roles/cnos_save/README.md: fix typos
* test/legacy/roles/cnos_showrun/README.md: fix typos
* test/legacy/roles/cnos_template/README.md: fix typos
* test/legacy/roles/cnos_vlag/README.md: fix typos
* test/legacy/roles/cnos_vlan/README.md: fix typos
Diffstat (limited to 'test/integration/targets/cnos_command')
-rw-r--r-- | test/integration/targets/cnos_command/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/targets/cnos_command/README.md b/test/integration/targets/cnos_command/README.md index 1992473830..374470c4a4 100644 --- a/test/integration/targets/cnos_command/README.md +++ b/test/integration/targets/cnos_command/README.md @@ -1,4 +1,4 @@ -# Ansible Role: cnos_command - Exceutes any CLI command on switch and results are displayed. +# Ansible Role: cnos_command - Executes any CLI command on switch and results are displayed. --- <add role description below> @@ -49,7 +49,7 @@ Variable | Description `username` | User Name of switch `password` | Password of switch `timeout` | time out value for CLI -`authorixe` | Whether u have to enter enable mode for data collection. +`authorize` | Whether u have to enter enable mode for data collection. `auth_pass`| Enable Password if required @@ -88,7 +88,7 @@ To execute an Ansible playbook, use the following command: ansible-playbook cnos_command_sample.yml -vvv ``` -`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution. +`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution. ``` - name: Module to do some CLI Command configurations |