Skip to content

Commit

Permalink
clarify condition limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 18, 2024
1 parent aa20df3 commit 4d42a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ example installing curl package if not installed already:
cond: "! command -v curl"
```

currently conditions can be used with `script` and `echo` command types only.

### Deferred actions (`on_exit`)

Each command may have `on_exit` parameter defined. It allows executing a command on the remote host after the task with all commands is completed. The command is called regardless of the task's exit code.
Expand Down

0 comments on commit 4d42a7a

Please sign in to comment.