fmt: Ansible -> Automation, robot icon

This commit is contained in:
jamesread 2024-02-25 22:45:12 +00:00
parent 54170f3da6
commit e953dfb017
2 changed files with 3 additions and 2 deletions

View File

@ -131,8 +131,8 @@ actions:
# probably want a much longer timeout as well (so that ansible completes). # probably want a much longer timeout as well (so that ansible completes).
# #
# Docs: https://docs.olivetin.app/ansible-playbook.html # Docs: https://docs.olivetin.app/ansible-playbook.html
- title: "Run Ansible Playbook" - title: "Run Automation Playbook"
icon: '🇦' icon: '🤖'
shell: ansible-playbook -i /etc/hosts /root/myRepo/myPlaybook.yaml shell: ansible-playbook -i /etc/hosts /root/myRepo/myPlaybook.yaml
timeout: 120 timeout: 120

View File

@ -14,6 +14,7 @@ var emojis = map[string]string{
"disk": "💽", "disk": "💽",
"logs": "🔍", "logs": "🔍",
"light": "💡", "light": "💡",
"robot": "🤖",
} }
func lookupHTMLIcon(keyToLookup string) string { func lookupHTMLIcon(keyToLookup string) string {