Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a repo_names option to the ohioit.github.repository_information module. #16

Open
klfgit opened this issue Nov 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@klfgit
Copy link

klfgit commented Nov 19, 2021

As an Ansible user, I would like to fetch information about list of repositories using the repository_information module.
Below is an example of the desired interface. The module should return information for all listed repositories. If one of the listed repositories is not found the task should fail.

  tasks:
    - name: Get Repo Information
      ohioit.github.repository_information:
        token: a_token
        enterprise_url: https://github.ohio.edu/api/v3
        organization_name: OIT
        repo_names:
            - repo_1
            - repo_2
            - repo_n
      register: result
@klfgit klfgit added the enhancement New feature or request label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant