Skip to content

Commit

Permalink
remove some tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinkr77 committed Jun 27, 2024
1 parent 1b45b45 commit 15e1f42
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

- name: Checking for /usr/lib/jvm
stat: path=/usr/lib/jvm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
- name: Set package manager var
set_fact:
package_var: "latest"
tags: [build_tools, test_tools]

- name: Set package manager var for FreeBSD
set_fact:
package_var: "present"
when:
- ansible_distribution == "FreeBSD"
tags: [build_tools, test_tools]

- name: Install Build Tool Packages
package: "name={{ item }} state={{ package_var }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@
########################
- name: Include OS variables
include_vars: "../vars/{{ ansible_distribution }}.yml"
tags: [build_tools, install_java, main, test_tools]
tags: main

##############################
# OS setup and configuration #
##############################
# If this errors, upgrade ansible to >=2.4
- name: Perform OS setup and configuration
include_tasks: "{{ ansible_distribution }}.yml"
tags: [adoptopenjdk, azul-key, brew_cu, brew_upgrade, build_tools, build_tools_jfx, core_dump, cups, default_java,
expat, freetype, install_java, java8_SLES11, java8_SUSE, jck_tools, jenkins_user, kernel_tuning, libffi_sles,
locales, main, patch_update, rosetta, solaris_studio, SUSE_gcc48, test_tools, zlib]
tags: main

###################
# cmake on armv7l #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Expand Down

0 comments on commit 15e1f42

Please sign in to comment.