Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BhattacharjeeSutapa committed Mar 11, 2024
1 parent 2ab68f9 commit 3841900
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/docsite/rst/command_guide/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Running ad-hoc commands

.. code-block:: bash
<ansible localhost -m ansible.builtin.apt -a "name=apache2 state=present" -b -K>
ansible localhost -m ansible.builtin.apt -a "name=apache2 state=present" -b -K
Runs ``ansible localhost``- from your local system
- ``name=apache2 state=present`` - this installs the package `apache2` on a Debian based system.
Expand All @@ -107,11 +107,3 @@ Runs ``ansible localhost``- from your local system
"changed": false
}
#...

0 comments on commit 3841900

Please sign in to comment.