We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e90c8 + 0640fd1 commit cb8b718Copy full SHA for cb8b718
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:
@@ -68,7 +70,7 @@
68
70
state: latest
69
71
become: true
72
- - name: Upgrade all
73
+ - name: Update all packages (this can take a long time)
74
75
name: "*"
76
0 commit comments