feat: add dnf action support
This commit is contained in:
@@ -18,6 +18,7 @@ Supported actions:
|
||||
|
||||
- `apt`
|
||||
- `yum`
|
||||
- `dnf`
|
||||
- `pkg`
|
||||
- `pacman`
|
||||
- `apk`
|
||||
@@ -40,7 +41,7 @@ Optional log viewer:
|
||||
- otherwise one of: `nano`, `vi`, `less`
|
||||
|
||||
Remote hosts must also provide the commands needed by the configured actions, such as:
|
||||
`apt-get`, `yum`, `pkg`, `pacman`, `apk`, `docker`, `docker compose`, or `reboot`.
|
||||
`apt-get`, `yum`, `dnf`, `pkg`, `pacman`, `apk`, `docker`, `docker compose`, or `reboot`.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user