Updated Ansible role

This commit is contained in:
2026-04-23 12:10:05 +02:00
parent a4e54cb9b2
commit 992fd6245c
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
url: "{{ tellme_url }}/webhook/{{ tellme_webhook }}" url: "{{ tellme_url }}/webhook/{{ tellme_webhook }}"
method: POST method: POST
body: body:
message: "EPS Ansible run completed" AppName: "TellMe"
message: "Ansible run completed"
body_format: json body_format: json
delegate_to: mon01
run_once: true run_once: true
ignore_errors: yes ignore_errors: yes

View File

@@ -1,6 +1,6 @@
{ {
"name": "TellMe Server", "name": "TellMe Server",
"version": "2.1.1", "version": "2.2.0",
"description": "TellMe Server", "description": "TellMe Server",
"scripts": { "scripts": {
"dev": "webpack-dev-server --inline --hot" "dev": "webpack-dev-server --inline --hot"