Skip to content

Commit e590ae2

Browse files
authored
Return to the offical implementation (#298)
Upstream now offically implements pagination. (see also opentelekomcloud/ansible-collection-gitcontrol#44) It could still be that the iterator described in the PR has to be deactivated or implemented differently after all. But we'll try it this way first and then correct it if necessary. (With low probability) Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 4b44c43 commit e590ae2

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/manage-github-repositories.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
4040
- name: Install ansible collection
4141
run: |
42-
#ansible-galaxy collection install ansible-collection-gitcontrol
43-
ansible-galaxy collection install git+https://github.com/SovereignCloudStack/ansible-collection-gitcontrol.git
42+
ansible-galaxy collection install ansible-collection-gitcontrol
4443
4544
- name: Manage github repositories with Ansible
4645
run: |

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ You can use the following procedure to test, debug or improve github manager on
1818
python3 -m pip install --upgrade pip
1919
python3 -m pip install pipenv wheel
2020
pipenv install
21-
# Use this until https://github.com/opentelekomcloud/ansible-collection-gitcontrol/pull/43 is merged
22-
pipenv run ansible-galaxy collection install git+https://github.com/SovereignCloudStack/ansible-collection-gitcontrol.git
23-
# pipenv run ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
21+
pipenv run ansible-galaxy collection install git+https://github.com/opentelekomcloud/ansible-collection-gitcontrol.git
2422
```
2523
* Create a [personal access token - classic (PAT)](https://github.com/settings/tokens)
2624
This should only have a short validity and must be renewed regularly.

orgs/SovereignCloudStack/repositories/ansible-collection-gitcontrol.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2+
# TODO: Delete after 2024-11-30
23
ansible-collection-gitcontrol:
34
default_branch: main
45
description: This is a fork of opentelekomcloud/ansible-collection-gitcontrol
56
homepage: 'https://scs.community/contribute/'
67
topics:
78
- community
8-
archived: false
9+
archived: true
910
has_issues: true
1011
has_projects: false
1112
has_wiki: false

0 commit comments

Comments
 (0)