Commit 28afd720 by Michael DeHaan

Try once more.

parent 03bf465c
...@@ -29,8 +29,10 @@ be supported in the future. ...@@ -29,8 +29,10 @@ be supported in the future.
EXAMPLE EXAMPLE
------- -------
[source,yaml] Remove the '# before pasting in the file, it's not part of the format and is only here to
---- make github render properly
[source]
- pattern: '*' - pattern: '*'
hosts: '/etc/ansible/hosts' hosts: '/etc/ansible/hosts'
tasks: tasks:
...@@ -45,7 +47,6 @@ EXAMPLE ...@@ -45,7 +47,6 @@ EXAMPLE
handlers: handlers:
- name: restart apache - name: restart apache
- action: service name=httpd state=restarted - action: service name=httpd state=restarted
----
WHAT THE EXAMPLE MEANS WHAT THE EXAMPLE MEANS
......
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