From a342b989f6cc4a92e7e324e2081cf9c04358a225 Mon Sep 17 00:00:00 2001 From: Adham Helal Date: Thu, 25 Feb 2016 22:54:40 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d6ee8..d0f3c30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ An ansible role that installs multiple version of firefox. ```yaml firefox_version : - "40.0" -# default version firefox + - "37.0" +# default version of firefox firefox_default : "{{ firefox_version[0] }}" firefox_link_dir : "/usr/local/bin" firefox_instalL_dir : "/opt/firefox/"