Skip to content

Commit

Permalink
fixing some additional ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Nov 10, 2023
1 parent 05a665f commit 5dcd79c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
title: cloud.common
trivial_section_name: trivial
6 changes: 3 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ name: common
version: 2.1.4
readme: README.md
authors:
- Ansible (https://github.com/ansible)
- Ansible (https://github.com/ansible)
description: Set of common files for the cloud collections
license_file: LICENSE
tags:
- cloud
- virtualization
- cloud
- virtualization
repository: https://github.com/ansible-collections/cloud.common
homepage: https://github.com/ansible-collections/cloud.common
issues: https://github.com/ansible-collections/cloud.common/issues
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/turbo_fail.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: Fail with additional arguments
cloud.common.turbo_fail:
params:
test: "ansible"
test: "ansible"
"""


Expand Down

0 comments on commit 5dcd79c

Please sign in to comment.