Use correct command for Ansible documentation (#155)

Ansible modules are documented using the `ansible-doc` command. Not using the `ansible` command, this command executes the ad-hoc commands.
This commit is contained in:
Anne Douwe Bouma 2021-09-17 17:08:09 +02:00 committed by GitHub
parent ed85173a0b
commit a1a1f36699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4719,7 +4719,7 @@ additional check is implemented or explicit names are provided) while other tool
<summary>How do you list all modules and how can you see details on a specific module?</summary><br><br>
1. Ansible online docs
2. `ansible-doc -l` for list of modules and `ansible [module_name]` for detailed information on a specific module
2. `ansible-doc -l` for list of modules and `ansible-doc [module_name]` for detailed information on a specific module
</b></details>
#### Ansible - Inventory