Skip to content

Commit dcf2b5e

Browse files
committed
fixed minor formatting issue
1 parent f91a7b7 commit dcf2b5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ <h2> Use Case Example 1: Installing new software my servers</h2>
198198
Running the code below will also install nginx on all of our servers
199199
</p>
200200
<pre><code>
201-
ansible all -s -m apt -a 'pkg=nginx state=installed update_cache=true'
201+
ansible all -s -m apt -a
202+
'pkg=nginx state=installed update_cache=true'
202203
</code></pre>
203204
<p>
204205
The response will be:

0 commit comments

Comments
 (0)