From e953dfb017e483ca3e76c007dd37de99a5b7ef7c Mon Sep 17 00:00:00 2001 From: jamesread Date: Sun, 25 Feb 2024 22:45:12 +0000 Subject: [PATCH] fmt: Ansible -> Automation, robot icon --- config.yaml | 4 ++-- internal/config/emoji.go | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index e05bf1b..5225a09 100644 --- a/config.yaml +++ b/config.yaml @@ -131,8 +131,8 @@ actions: # probably want a much longer timeout as well (so that ansible completes). # # Docs: https://docs.olivetin.app/ansible-playbook.html - - title: "Run Ansible Playbook" - icon: '🇦' + - title: "Run Automation Playbook" + icon: '🤖' shell: ansible-playbook -i /etc/hosts /root/myRepo/myPlaybook.yaml timeout: 120 diff --git a/internal/config/emoji.go b/internal/config/emoji.go index 769c18e..8924267 100644 --- a/internal/config/emoji.go +++ b/internal/config/emoji.go @@ -14,6 +14,7 @@ var emojis = map[string]string{ "disk": "💽", "logs": "🔍", "light": "💡", + "robot": "🤖", } func lookupHTMLIcon(keyToLookup string) string {