Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Add optional issue_tracker_url key (#29)
Browse files Browse the repository at this point in the history
Optional property for if the issue tracker for the role is not on GitHub:

Referenced in [Ansible Docs](https://galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata) and created by default but commented in `ansible-galaxy init`.
  • Loading branch information
ChristinWhite authored Apr 23, 2021
1 parent ba1f019 commit b71ab27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansibleschemas/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class GalaxyInfoModel(BaseModel):
author: Optional[str] = Field(regex=r"[a-z0-9][a-z0-9_]+", min_length=2)
description: str
company: str
issue_tracker_url: Optional[str]
license: str
min_ansible_version: str
min_ansible_container_version: Optional[str]
Expand Down

0 comments on commit b71ab27

Please sign in to comment.