aboutsummaryrefslogtreecommitdiff
path: root/actions.yml
blob: c91759ca0160f8cfee7e77c4aee496525648dfde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
send-hello:
  trigger:
    - conditional:
        interval: 30
        when:
          - host1.user.jonas > 0
          - True
  then:
    - host1.notify:
        msg: Hello
    - host1.notify:
        msg: World!