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:
parent
ed85173a0b
commit
a1a1f36699
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user