Skip to content

Commit 4b7326d

Browse files
authored
fix some typo in README
1 parent 7f8387a commit 4b7326d

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
@@ -4,9 +4,9 @@
44

55
Apply OS patches on Enterprise Linux machines (e.g. RHEL, CentOS, Rocky, Alma, Fedora ). You can decide which patching method you want to use. There are 3 methods:
66

7-
- `all` - Apply all patches on target host
8-
- `security` - Apply only security patches on target host
9-
- `bugfix` - Apply only bugfix patches on target host
7+
- `all` - Apply all patches on target a host
8+
- `security` - Apply only security patches on target a host
9+
- `bugfix` - Apply only bugfix patches on target a host
1010

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

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

1717
## Role Variables
1818

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

2121
| Variable Name | Default Value | Description
2222
| ----------- | ----------- | ----------- |
2323
| `el_patching_required_packages` | `"yum-utils"` | It is required to install yum-utils as this role verifies reboot with `needs-restarting`.
2424
| `el_patching_auto_reboot` | `false` | By default do not reboot the target host. Only verify if a reboot is required.
2525
| `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`.
2626
| `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 do not run tasks in check mode. You can enable check mod to simulate patching and reboot.
27+
| `el_patching_check_mode` | `false` | By default task is not executed in check mode. You can enable check mod to simulate patching and reboot. Keep in mind that check mode can't predict if a reboot is required.
2828

2929
## Dependencies
3030

@@ -47,4 +47,4 @@ MIT
4747
4848
## Author Information
4949
50-
Created by [VoidQuark](https://voidquark.com)
50+
Created by [VoidQuark](https://voidquark.com)

0 commit comments

Comments
 (0)