Skip to content

Commit f85323c

Browse files
authored
Merge pull request #4 from pedrocarmona/add-docs-and-fix-spec
Add docs and fix spec
2 parents 6b713a2 + 186c18a commit f85323c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ script:
3333
3434
- >
3535
git lfs version | awk -F' ' '{print $1}' | awk -F'/' '{print $2}'
36-
| grep -q '1.1.0'
36+
| grep -q '1.4.4'
3737
&& (echo 'version test: pass' && exit 0)
3838
|| (echo 'version test: fail' && exit 1)
3939

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Sponsored by [BidMath](http://bidmath.com/)
1010

1111
- { role: pedrocarmona.github-git-lfs }
1212

13+
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)
14+
1315
## Example Playbook
1416

1517
```yaml

0 commit comments

Comments
 (0)