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).
|
# 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue