mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
attempt to fix asciidoc so it shows up on github
This commit is contained in:
@@ -29,8 +29,8 @@ be supported in the future.
|
|||||||
EXAMPLE
|
EXAMPLE
|
||||||
-------
|
-------
|
||||||
|
|
||||||
[literal]
|
[source,yaml]
|
||||||
---
|
----
|
||||||
- pattern: '*'
|
- pattern: '*'
|
||||||
hosts: '/etc/ansible/hosts'
|
hosts: '/etc/ansible/hosts'
|
||||||
tasks:
|
tasks:
|
||||||
@@ -45,6 +45,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user