From d203fcb2ca535d9a2e02d9df1932e5798bb6b80f Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:19:44 +1000 Subject: [PATCH] upd ansi: add tg --- playbooks/pingo.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/pingo.yml b/playbooks/pingo.yml index 8577ded..2bc0082 100644 --- a/playbooks/pingo.yml +++ b/playbooks/pingo.yml @@ -9,12 +9,12 @@ - name: pingu! ansible.builtin.ping: - - name: Send notify to Telegram - community.general.telegram: - token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8' - api_args: - chat_id: -4023350326 - parse_mode: "markdown" - text: "Your precious application has been deployed: https://example.com" - disable_web_page_preview: true - disable_notification: true \ No newline at end of file + # - name: Send notify to Telegram + # community.general.telegram: + # token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8' + # api_args: + # chat_id: -4023350326 + # parse_mode: "markdown" + # text: "Your precious application has been deployed: https://example.com" + # disable_web_page_preview: true + # disable_notification: true \ No newline at end of file