Skip to content

Commit d7fa7ac

Browse files
committed
typo correction
1 parent eff5a85 commit d7fa7ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Apply OS patches on Enterprise Linux machines (e.g. RHEL, CentOS, Rocky, Alma, F
88
- `security` - Apply only security patches on target host
99
- `bugfix` - Apply only bugfix patches on target host
1010

11-
**I strongly advise visit blog post for detailed information and my recommendation. - BLOG POST SOON**
11+
**I strongly advise visiting the blog post for detailed information and my recommendation. - BLOG POST SOON**
1212

1313
## Requirements
1414

15-
Only dnf must be available on target machine.
15+
Only dnf must be available on the target machine.
1616

1717
## Role Variables
1818

1919
- **Default Variables**. Usually there is no need to change this but rather overwrite value in `host_vars` or `group_vars` if required.
2020

2121
| Variable Name | Default Value | Description
2222
| ----------- | ----------- | ----------- |
23-
| `el_patching_required_packages` | `"yum-utils"` | It is required to install yum-utils as this role verify reboot with `needs-restarting`.
24-
| `el_patching_auto_reboot` | `false` | By default do not reboot target host. Only verify if reboot is required.
25-
| `el_patching_reboot_timeout` | `600` | By default auto reboot is disable but default timeout value is set to 5minutes. Value is in `seconds`.
26-
| `el_patching_method` | `"security"` | By default apply only `security` patches on target host. Possible values `"security"/"bugfix"/"all"`
23+
| `el_patching_required_packages` | `"yum-utils"` | It is required to install yum-utils as this role verifies reboot with `needs-restarting`.
24+
| `el_patching_auto_reboot` | `false` | By default do not reboot the target host. Only verify if a reboot is required.
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+
| `el_patching_method` | `"security"` | By default apply only `security` patches on the target host. Possible values `"security"/"bugfix"/"all"`
2727
| `el_patching_check_mode` | `false` | By default do not run tasks in check mode. You can enable check mod to simulate patching and reboot.
2828

2929
## Dependencies

0 commit comments

Comments
 (0)