From 04ab10f239b29a392e503e5430e98cf9eefbebff Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 3 Oct 2015 20:50:35 +0300 Subject: [PATCH] Marked Example playbook as code block, added example requirements.yml. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 8f6f624..135d444 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,21 @@ None. Example Playbook ---------------- +:: - hosts: servers roles: - ansible-cgit +Example requirements.yml +------------------------ +:: + + - src: https://www.shore.co.il/cgit/ansible-cgit + scm: git + path: roles/ + name: cgit + License ------- -- GitLab