We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8399e commit 79b88f0Copy full SHA for 79b88f0
docs/ansible.md
@@ -7,14 +7,14 @@ tags:
7
## :hammer_pick: [Installation][1]
8
9
```shell
10
-$ sudo apt install -y pipx && pipx install --include-deps ansible
+sudo apt install -y pipx && pipx install --include-deps ansible
11
```
12
13
## :octicons-versions-24: [standard-version](https://github.com/conventional-changelog/standard-version)
14
15
16
# Install
17
-$ sudo npm i -g standard-version
+sudo npm i -g standard-version
18
19
20
[1]: <https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>
0 commit comments