Skip to content

Commit

Permalink
Use correct command for Ansible documentation (bregman-arie#155)
Browse files Browse the repository at this point in the history
Ansible modules are documented using the `ansible-doc` command. Not using the `ansible` command, this command executes the ad-hoc commands.
  • Loading branch information
anned20 authored Sep 17, 2021
1 parent ed85173 commit a1a1f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a1f36

Please sign in to comment.