File tree Expand file tree Collapse file tree 16 files changed +20
-30
lines changed Expand file tree Collapse file tree 16 files changed +20
-30
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs the advanced programming packages mostly used in CS261
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs introductory programming packages
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs the shortcuts to easily re-run the VM tasks
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change 2929
3030# Since we don't have much choice in the structure of this class since we're
3131# specializing a required class, we need to ignore related pylint errors.
32- # pylint: disable=no-self-use, unused-argument
32+ # pylint: disable=unused-argument
3333class Report (InfoReport ):
3434 """
3535 Override of mintreport's InfoReport
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs the Eclipse IDE
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change 88 ansible.builtin.stat :
99 path : ' {{ eclipse.zip }}'
1010 register : st
11- - block :
11+ - name : Download and unpack Eclipse
12+ block :
1213 - name : Fetch Eclipse bundle
1314 ansible.builtin.get_url :
1415 url : ' {{ eclipse.url }}'
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs Filezilla
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs the tools and scripts needed to use Finch robots
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ galaxy_info:
44 description : Installs the jGRASP IDE
55 company : James Madison University
66 license : MIT
7- min_ansible_version : 2.1
8- github_branch : main
7+ min_ansible_version : ' 2.9'
98 platforms :
109 - name : Ubuntu
1110 versions :
Original file line number Diff line number Diff line change 1212 ansible.builtin.stat :
1313 path : ' {{ jgrasp.install_path }}/internal_bin/sys_run'
1414 register : wedge
15- - block :
15+ - name : Download and unpack jGRASP
16+ block :
1617 - name : Fetch jGRASP zip
1718 ansible.builtin.get_url :
1819 url : ' {{ jgrasp.url }}'
3233 group : root
3334 mode : " 0755"
3435 when : zip.stat.checksum|default("") != jgrasp.hash
35- - block :
36+ - name : Configure and build jGRASP wedge
37+ block :
3638 - name : Configure jGRASP wedge build
3739 command :
3840 cmd : ' ./configure'
You can’t perform that action at this time.
0 commit comments