Updated to create project for gitlab and share with group
diff --git a/private-gitlab-repository-create-update.yml b/private-gitlab-repository-create-update.yml index 08c51fb..ff627da 100644 --- a/private-gitlab-repository-create-update.yml +++ b/private-gitlab-repository-create-update.yml
@@ -11,7 +11,7 @@ tags: ['create'] register: repos uri: - url: "{{ repository_secure_endpoint_https }}/{{ item }}" + url: "{{ repository_secure_endpoint_https }}/projects/{{ item }}" method: DELETE headers: PRIVATE-TOKEN: "{{ token }}" @@ -39,6 +39,10 @@ debug: var: repos + - name: Pause to show debug output + pause: + + - name: Share repos with group tags: ['create'] uri: