Skip to content

Commit

Permalink
Add unique messages for echo example
Browse files Browse the repository at this point in the history
  • Loading branch information
oleewere committed May 12, 2019
1 parent 5003fa7 commit 0788a40
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion examples/echo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ name: "Echo hello on hosts"
tasks:
- name: "Echo hello loally"
type: LocalCommand
command: "echo hello"
command: "echo hello local"
- name: "Echo hello from server"
type: RemoteCommand
command: "echo hello CM server"
server: true
- name: "Echo hello from agents"
type: RemoteCommand
command: "echo hello CM agent"

0 comments on commit 0788a40

Please sign in to comment.