Skip to content

Commit

Permalink
fix minor typos (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk authored Sep 27, 2023
1 parent 204971e commit 9c33423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Activation keys provide a method to identify content views available from Red Ha

| Name | Type | Default value | Description |
|-----------------------|------|-------------------------|-------------------------------------------------|
| leapp_answerfile | Multi-line String | | If defined, this s written to `/var/log/leapp/answerfile` before generating the pre-upgrade report. |
| leapp_answerfile | Multi-line String | | If defined, this is written to `/var/log/leapp/answerfile` before generating the pre-upgrade report. |
| leapp_preupg_opts | String | | Optional string to define command line options to be passed to the `leapp` command when running the pre-upgrade. |
| post_reboot_delay | Int | 120 | Optional integer to pass to the reboot post_reboot_delay option. |
| os_path | String | Option string to override the $PATH variable used on the target node |
| os_path | String | $PATH | Option string to override the $PATH variable used on the target node |
| async_timeout_maximum | Int | 7200 | Variable used to set the asynchronous task timeout value (in seconds)
| async_poll_interval | Int | 60 | Variable used to set the asynchronous task polling internal value (in seconds)
## Example playbook
Expand Down

0 comments on commit 9c33423

Please sign in to comment.