Skip to content

Commit

Permalink
edited
Browse files Browse the repository at this point in the history
  • Loading branch information
BhattacharjeeSutapa committed Mar 15, 2024
1 parent 6e6c3d9 commit 4d27d5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docsite/rst/command_guide/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ansible doc
.. code-block:: bash
ansible-doc -F
add_host /usr/lib/python3/dist-packages/ansible/modules/add_host.py
add_host /usr/lib/python3/dist-packages/ansible/modules/add_host.py
amazon.aws.aws_az_facts /usr/lib/python3/dist-packages/ansible_collections/amazon/aws/plugins/modules/aws_az_f>
amazon.aws.aws_az_info /usr/lib/python3/dist-packages/ansible_collections/amazon/aws/plugins/modules/aws_az_i>
amazon.aws.aws_caller_facts /usr/lib/python3/dist-packages/ansible_collections/amazon/aws/plugins/modules/aws_call>
Expand All @@ -102,8 +102,8 @@ ansible doc
.. code-block:: bash
ansible-doc -l
add_host Add a host (and alternatively a group) to the ansible-playbook in-memory inventory
amazon.aws.aws_az_facts Gather information about availability zones in AWS
amazon.aws.aws_az_info Gather information about availability zones in AWS
amazon.aws.aws_caller_facts Get information about the user and account being used to make AWS calls
add_host Add a host to the ansible-playbook in-memory inventory
amazon.aws.aws_az_facts Gather information about availability zones in AWS
amazon.aws.aws_az_info Gather information about availability zones in AWS
amazon.aws.aws_caller_facts Get information about the user and account being used to make AWS calls
..#

0 comments on commit 4d27d5a

Please sign in to comment.