Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsbuild/antsibull-docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ collection_url = {

# The same wildcard rules and formatting rules as for collection_url apply.
collection_install = {
* = "ansible-galaxy collection install git+https://github.com/cloudera-labs/{namespace}.{name}.git"
* = "ansible-galaxy collection install {namespace}.{name}."
}

logging_cfg = {
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace: cloudera
name: exe
version: 2.3.1
version: 2.4.0
readme: README.md
authors:
- Jim Enright @jenright
Expand Down
12 changes: 5 additions & 7 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

# Copyright 2023 Cloudera, Inc.
# Copyright 2024 Cloudera, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,12 +22,10 @@ roles:
version: master

collections:
- name: https://github.com/cloudera-labs/cloudera.cloud.git
type: git
version: "v2.3.1"
- name: https://github.com/cloudera-labs/cloudera.cluster.git
type: git
version: "v4.2.0"
- name: cloudera.cloud
version: 2.4.0
- name: cloudera.cluster
version: 4.4.0
- name: ansible.netcommon
version: 2.5.1
- name: community.general
Expand Down