File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/01_install_requirements.sh b/01_install_requirements.sh
2
+ index 4303ba2..53e3335 100755
3
+ --- a/01_install_requirements.sh
4
+ +++ b/01_install_requirements.sh
5
+ @@ -99,7 +99,7 @@ esac
6
+ # during dnf upgrade
7
+ sudo dnf -y install jq
8
+ sudo python -m pip install yq
9
+ - yq -iy '.[3].dnf.nobest = "true"' ${METAL3_DEV_ENV_PATH}/vm-setup/roles/packages_installation/tasks/centos_required_packages.yml
10
+ + yq -i '.[3].dnf.nobest = "true"' ${METAL3_DEV_ENV_PATH}/vm-setup/roles/packages_installation/tasks/centos_required_packages.yml
11
+
12
+ GOARCH=$(uname -m)
13
+ if [[ $GOARCH == "aarch64" ]]; then
Original file line number Diff line number Diff line change 39
39
src : virtproxyd.patch
40
40
dest : " {{ cifmw_devscripts_repo_dir }}/02_configure_host.sh"
41
41
42
+ - name : Patch yq command
43
+ tags :
44
+ - bootstrap
45
+ ansible.posix.patch :
46
+ src : yq.patch
47
+ dest : " {{ cifmw_devscripts_repo_dir }}/01_install_requirements.sh"
48
+
42
49
- name : Read the vm_setup_vars contents.
43
50
ansible.builtin.slurp :
44
51
src : " {{ cifmw_devscripts_repo_dir }}/vm_setup_vars.yml"
You can’t perform that action at this time.
0 commit comments