We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fa650 commit 0640fd1Copy full SHA for 0640fd1
1 file changed
etc/kayobe/ansible/maintenance/rocky-97-ofed-upgrade.yml
@@ -28,7 +28,9 @@
28
fail_msg: >-
29
This playbook is only designed for Rocky Linux 9.6 hosts. Ensure
30
that you are limiting it to only run on Rocky Linux 9.6 hosts and
31
- os_distribution is set to rocky.
+ os_distribution is set to rocky. This can be bypassed by setting the
32
+ skip_rocky_96_version_check variable to true.
33
+ when: not skip_rocky_96_version_check | default(false) | bool
34
35
- name: Ensure doca kernel repo is up to date
36
ansible.builtin.dnf:
0 commit comments