Commit 88433eb9 by Michael DeHaan

Fix typo / rebuild

parent 826c71fc
...@@ -251,7 +251,7 @@ server group, then more commands back on the webservers group, etc.</p> ...@@ -251,7 +251,7 @@ server group, then more commands back on the webservers group, etc.</p>
action: service name=httpd state=started action: service name=httpd state=started
handlers: handlers:
- name: restart apache - name: restart apache
action: service name=apache state=restarted</pre> action: service name=httpd state=restarted</pre>
</div> </div>
<p>Below, we&#8217;ll break down what the various features of the playbook language are.</p> <p>Below, we&#8217;ll break down what the various features of the playbook language are.</p>
</div> </div>
......
...@@ -61,7 +61,7 @@ For starters, here's a playbook that contains just one play:: ...@@ -61,7 +61,7 @@ For starters, here's a playbook that contains just one play::
action: service name=httpd state=started action: service name=httpd state=started
handlers: handlers:
- name: restart apache - name: restart apache
action: service name=apache state=restarted action: service name=httpd state=restarted
Below, we'll break down what the various features of the playbook language are. Below, we'll break down what the various features of the playbook language are.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment