-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pre-commit hooks to check changelogs
- Loading branch information
Showing
4 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
objects: | ||
role: {} | ||
plugins: | ||
become: {} | ||
cache: {} | ||
callback: {} | ||
cliconf: {} | ||
connection: {} | ||
filter: {} | ||
httpapi: {} | ||
inventory: {} | ||
lookup: {} | ||
module: | ||
credential: | ||
description: Manage credentials in EDA Controller | ||
name: credential | ||
namespace: '' | ||
version_added: 2.0.0 | ||
credential_info: | ||
description: List credentials in the EDA Controller | ||
name: credential_info | ||
namespace: '' | ||
version_added: 2.0.0 | ||
credential_type: | ||
description: Manage credential types in EDA Controller | ||
name: credential_type | ||
namespace: '' | ||
version_added: 2.0.0 | ||
credential_type_info: | ||
description: List credential types in EDA Controller | ||
name: credential_type_info | ||
namespace: '' | ||
version_added: 2.0.0 | ||
decision_environment: | ||
description: Create, update or delete decision environment in EDA Controller | ||
name: decision_environment | ||
namespace: '' | ||
version_added: 2.0.0 | ||
decision_environment_info: | ||
description: List a decision environment in EDA Controller | ||
name: decision_environment_info | ||
namespace: '' | ||
version_added: 2.0.0 | ||
project: | ||
description: Create, update or delete project in EDA Controller | ||
name: project | ||
namespace: '' | ||
version_added: 2.0.0 | ||
project_info: | ||
description: List projects in EDA Controller | ||
name: project_info | ||
namespace: '' | ||
version_added: 2.0.0 | ||
upcase: | ||
description: Upper cases a passed in string | ||
name: upcase | ||
namespace: '' | ||
version_added: 1.0.0 | ||
netconf: {} | ||
shell: {} | ||
strategy: {} | ||
test: {} | ||
vars: {} | ||
version: 1.4.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- Added antsibull-changelog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters