Skip to content

Commit 56bf9dc

Browse files
authored
Merge pull request #1927 from ffais/fix-kernel-params
fix: move extra_kernel_boot_params default variable from setup to sysprep role
2 parents 6ebc186 + b7ce84f commit 56bf9dc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

images/capi/ansible/roles/setup/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ redhat_epel_rpm: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noa
1919
epel_rpm_gpg_key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
2020
rpms: ""
2121
extra_rpms: ""
22-
extra_kernel_boot_params: ""
2322

2423
disable_public_repos: false
2524
external_binary_path: "{{ '/opt/bin' if ansible_os_family == 'Flatcar' else '/usr/local/bin' }}"

images/capi/ansible/roles/sysprep/defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ pip_conf_file: ""
1717
remove_extra_repos: false
1818
flatcar_disable_autologin: false
1919
sysprep_require_grub_file: true
20+
extra_kernel_boot_params: ""

0 commit comments

Comments
 (0)