mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Mention of ansible-doc and man pages for modules.
This commit is contained in:
parent
a4a1545640
commit
8b10cc5946
5 changed files with 11 additions and 4 deletions
|
@ -44,6 +44,13 @@ Modules are `idempotent`, meaning they will seek to avoid changes to the system
|
|||
playbooks, these modules can trigger 'change events' in the form of notifying 'handlers'
|
||||
to run additional tasks.
|
||||
|
||||
Documention for each module can be accessed from the command line with the
|
||||
ansible-doc as well as the man command::
|
||||
|
||||
ansible-doc command
|
||||
|
||||
man ansible.template
|
||||
|
||||
Let's see what's available in the Ansible module library, out of the box:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue