From ee8db2e54fef3792aae23dfb515c53a737b2eb1c Mon Sep 17 00:00:00 2001 From: Pedro Carmona Date: Thu, 8 Dec 2016 00:50:30 +0100 Subject: [PATCH 1/2] fix spec to match new version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad69ac1..3c3273a 100755 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - > git lfs version | awk -F' ' '{print $1}' | awk -F'/' '{print $2}' - | grep -q '1.1.0' + | grep -q '1.4.4' && (echo 'version test: pass' && exit 0) || (echo 'version test: fail' && exit 1) From 186c18af976c805a9a1718a140824d393eef94b1 Mon Sep 17 00:00:00 2001 From: Pedro Carmona Date: Thu, 8 Dec 2016 00:51:24 +0100 Subject: [PATCH 2/2] readme regarding previous ansible versions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fbc089f..7e5eef7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Sponsored by [BidMath](http://bidmath.com/) - { role: pedrocarmona.github-git-lfs } +It depends on ansible 2.1, for earlier versions, please checkout this [tag](https://github.com/BidMath/github-git-lfs/releases/tag/v1.2.0) + ## Example Playbook ```yaml