mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Fix typo / rebuild
This commit is contained in:
@@ -251,7 +251,7 @@ server group, then more commands back on the webservers group, etc.</p>
|
||||
action: service name=httpd state=started
|
||||
handlers:
|
||||
- name: restart apache
|
||||
action: service name=apache state=restarted</pre>
|
||||
action: service name=httpd state=restarted</pre>
|
||||
</div>
|
||||
<p>Below, we’ll break down what the various features of the playbook language are.</p>
|
||||
</div>
|
||||
|
||||
@@ -61,7 +61,7 @@ For starters, here's a playbook that contains just one play::
|
||||
action: service name=httpd state=started
|
||||
handlers:
|
||||
- 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.
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user