fmt: Ansible -> Automation, robot icon
This commit is contained in:
parent
54170f3da6
commit
e953dfb017
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ var emojis = map[string]string{
|
|||
"disk": "💽",
|
||||
"logs": "🔍",
|
||||
"light": "💡",
|
||||
"robot": "🤖",
|
||||
}
|
||||
|
||||
func lookupHTMLIcon(keyToLookup string) string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue