aboutsummaryrefslogtreecommitdiff
path: root/actions.yml
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2023-02-07 01:26:41 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2023-02-07 01:26:41 +0100
commitc2109e5561299b2a120d1a669d58f6147ca40fb1 (patch)
tree1d8193f8765498bfbd209a4bfb228559cd994294 /actions.yml
downloadautomato-c2109e5561299b2a120d1a669d58f6147ca40fb1.tar.gz
first commit
Diffstat (limited to 'actions.yml')
-rw-r--r--actions.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/actions.yml b/actions.yml
new file mode 100644
index 0000000..c91759c
--- /dev/null
+++ b/actions.yml
@@ -0,0 +1,13 @@
+---
+send-hello:
+ trigger:
+ - conditional:
+ interval: 30
+ when:
+ - host1.user.jonas > 0
+ - True
+ then:
+ - host1.notify:
+ msg: Hello
+ - host1.notify:
+ msg: World!