diff --git a/README.md b/README.md index 31b8048..a43ad9a 100644 --- a/README.md +++ b/README.md @@ -4719,7 +4719,7 @@ additional check is implemented or explicit names are provided) while other tool How do you list all modules and how can you see details on a specific module?

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 #### Ansible - Inventory