mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-23 04:09:04 +00:00
Replace default favicon URL again (#11909)
* replace default favicon URL * add changelog fragment for PR 11909 * fix syntax for change fragment Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * use higher res favicon by default --------- Co-authored-by: Lars Krahl <lars.krahl@telekom.de> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
53397c081a
commit
d57a667274
4 changed files with 8 additions and 6 deletions
2
changelogs/fragments/11909-fix-favicon-url.yml
Normal file
2
changelogs/fragments/11909-fix-favicon-url.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "mattermost, rocketchat, slack - update default ``icon_url`` to ansible favicon (https://github.com/ansible-collections/community.general/pull/11909)."
|
||||
|
|
@ -63,7 +63,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- URL for the message sender's icon.
|
||||
default: https://docs.ansible.com/favicon.ico
|
||||
default: https://docs.ansible.com/favicon/favicon.ico
|
||||
priority:
|
||||
type: str
|
||||
description:
|
||||
|
|
@ -136,7 +136,7 @@ def main():
|
|||
text=dict(type="str"),
|
||||
channel=dict(type="str"),
|
||||
username=dict(type="str", default="Ansible"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon.ico"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon/favicon.ico"),
|
||||
priority=dict(type="str", choices=["important", "urgent"]),
|
||||
validate_certs=dict(default=True, type="bool"),
|
||||
attachments=dict(type="list", elements="dict"),
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- URL for the message sender's icon.
|
||||
default: "https://docs.ansible.com/favicon.ico"
|
||||
default: "https://docs.ansible.com/favicon/favicon.ico"
|
||||
icon_emoji:
|
||||
type: str
|
||||
description:
|
||||
|
|
@ -222,7 +222,7 @@ def main():
|
|||
msg=dict(type="str"),
|
||||
channel=dict(type="str"),
|
||||
username=dict(type="str", default="Ansible"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon.ico"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon/favicon.ico"),
|
||||
icon_emoji=dict(type="str"),
|
||||
link_names=dict(type="int", default=1, choices=[0, 1]),
|
||||
validate_certs=dict(default=True, type="bool"),
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- URL for the message sender's icon.
|
||||
default: https://docs.ansible.com/favicon.ico
|
||||
default: https://docs.ansible.com/favicon/favicon.ico
|
||||
icon_emoji:
|
||||
type: str
|
||||
description:
|
||||
|
|
@ -461,7 +461,7 @@ def main():
|
|||
channel=dict(type="str"),
|
||||
thread_id=dict(type="str"),
|
||||
username=dict(type="str", default="Ansible"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon.ico"),
|
||||
icon_url=dict(type="str", default="https://docs.ansible.com/favicon/favicon.ico"),
|
||||
icon_emoji=dict(type="str"),
|
||||
link_names=dict(type="int", default=1, choices=[0, 1]),
|
||||
parse=dict(type="str", choices=["none", "full"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue