You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Only dnf must be available on the target machine.
24
24
| `el_patching_auto_reboot` | `false` | By default do not reboot the target host. Only verify if a reboot is required.
25
25
| `el_patching_reboot_timeout` | `600` | By default auto reboot is disabled but the default timeout value is set to 5 minutes. Value is in `seconds`.
26
26
| `el_patching_method` | `"security"` | By default apply only `security` patches on the target host. Possible values `"security"/"bugfix"/"all"`
27
-
| `el_patching_check_mode` | `false` | By default task is not executed in check mode. You can enable check mode to simulate patching and reboot. Keep in mind that check mode can't predict if a reboot is required.
27
+
| `el_patching_check_mode` | `false` | By default task is not executed in check mode. You can enable check mode to simulate patching. Keep in mind that check mode can't predict if a reboot is required. It only shows you how this role is executed on multiple/single hosts.
0 commit comments