ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
817 stars 1.5k forks source link

Add visibility info for github_repo module #6219

Open emersonyh opened 1 year ago

emersonyh commented 1 year ago

Summary

When creating a new repository, allow the user to specify a specific visibility info (internal for example).

Issue Type

Feature Idea

Component Name

github_repo

Additional Information

- name: Create a Github repository
  community.general.github_repo:
    access_token: mytoken
    organization: MyOrganization
    name: myrepo
    description: "Just for fun"
    visibility: internal
    state: present
  register: result

Code of Conduct

ansibullbot commented 1 year ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 1 year ago

cc @atorrescogollo @stpierre click here for bot help