From 17cda52aea049884f1c3e7d0486333b330287803 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Mon, 1 Oct 2018 11:15:53 -0500 Subject: [PATCH] Add contributors list to README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab1055c..05e85d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ansible-pip An ansible role that ensures pip is installed at the version you specify. It uses `get-pip.py` to install pip. -See role in [ansible-galaxy](https://galaxy.ansible.com/bobbyrenwick/pip/) +See role in [ansible-galaxy](https://galaxy.ansible.com/bobbyrenwick/pip/) and on [github](https://github.com/bobbyrenwick/ansible-pip) Role Variables -------------- @@ -17,3 +17,18 @@ Role Variables - `python` specifies what Python executable to use. Defaults to `python`. - `pip` specifies what pip executable to check and use. Defaults to `pip`. - `pip_proxy` specifies a HTTP proxy, if you have to use it (e.g. behind firewall). Default is `` to skip it. + +Contributors +------------ +Thanks to everyone who has contributed! (github account listed in parentheses). + +- Bob Renwick (@bobbyrenwick) +- George Macon (@gmacon) +- Michal Gasek (@michalgasek) +- Joe Schaul (@jschaul) +- Conor Schaefer (@conorsch) +- Anton Belonovich (@binary-data) +- Anton Bormotov (@antonbormotov) +- Alexander Meindl (@alexandermeindl) +- Gilad Peleg (@pgilad) +- Jacob Floyd (@cognifloyd) \ No newline at end of file