File tree 7 files changed +15
-14
lines changed
7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ Sponsored by [BidMath](http://bidmath.com/)
18
18
- { role: pedrocarmona.github-git-lfs }
19
19
` ` `
20
20
21
-
22
21
## License
23
22
24
23
MIT / BSD
Original file line number Diff line number Diff line change 1
1
---
2
- git_lfs_version : 1.1.0
2
+ git_lfs_version : 1.4.4
Original file line number Diff line number Diff line change 1
1
---
2
2
dependencies :
3
- - { role: geerlingguy.git }
4
-
3
+ - src : geerlingguy.git
5
4
6
5
galaxy_info :
7
6
author : pedrocarmona
8
7
company : BidMath
9
8
description : Git Large File Storage
10
9
license : " license (BSD, MIT)"
11
- min_ansible_version : 1.4
10
+ min_ansible_version : 2.1
12
11
platforms :
13
12
- name : EL
14
13
versions :
Original file line number Diff line number Diff line change 6
6
apt :
7
7
name : " {{ item }}"
8
8
state : latest
9
- update_cache : yes
10
9
with_items :
11
10
- debian-archive-keyring
12
11
- apt-transport-https
13
12
14
13
- name : Ensure repository configuration (Debian)
15
- template : >
16
- src=debian.github_git-lfs.list.j2
17
- dest=/etc/apt/sources.list.d/github_git-lfs.list
18
- owner=root group=root mode=0644
14
+ apt_repository : >
15
+ repo={{ item }}
16
+ state=present
17
+ filename=github_git-lfs
18
+ update_cache=yes
19
+ mode=0644
20
+ with_items :
21
+ - " deb https://packagecloud.io/github/git-lfs/{{ansible_distribution|lower}}/ {{ansible_distribution_release}} main"
22
+ - " deb-src https://packagecloud.io/github/git-lfs/{{ansible_distribution|lower}}/ {{ansible_distribution_release}} main"
19
23
20
24
- name : Ensure github git-lfs is installed (Debian)
21
25
apt :
22
26
name=git-lfs={{ git_lfs_version }}
23
27
state=present
24
- update_cache=yes
Original file line number Diff line number Diff line change 1
1
---
2
2
- include : redhat.yml
3
3
when : ansible_os_family == 'RedHat'
4
+ tags : ['git-lfs']
4
5
5
6
- include : debian.yml
6
7
when : ansible_os_family == 'Debian'
8
+ tags : ['git-lfs']
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
- hosts : localhost
3
- sudo : true
3
+ become : true
4
4
vars :
5
5
user : deploy
6
6
group : deploy
You can’t perform that action at this time.
0 commit comments