Skip to content

Commit b8321e6

Browse files
authored
add exclude packages variable
1 parent f1fbc9f commit b8321e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Only dnf must be available on the target machine.
2626
| `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 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.
2828

29+
- **group_vars** or **host_vars** variables.
30+
31+
| Variable Name | Example Usage | Required | Description
32+
| ----------- | ----------- | ----------- | ----------- |
33+
| `el_patching_exclude_packages` | <pre>el_patching_exclude_packages:<br>&emsp;- tar<br>&emsp;- zip</pre> | No | Exclude packages during patching.
34+
2935
## Dependencies
3036

3137
No Dependencies

0 commit comments

Comments
 (0)