diff --git a/README.rst b/README.rst index 8f6f6241edb5f2aae6b20e69397b0a2b2f831134..135d4443b948871d832d3745205c6bf2ffcd67ce 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 -------