Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ondra Machacek <omachace@redhat.com>
  • Loading branch information
machacekondra committed Feb 28, 2024
1 parent 85a8c25 commit 000388d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 52 deletions.
35 changes: 18 additions & 17 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@ prelude_section_name: release_summary
prelude_section_title: Release Summary
sanitize_changelog: true
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.Azure_Ops
trivial_section_name: trivial
use_fqcn: true
use_fqcn: true

Check failure on line 33 in changelogs/config.yaml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[empty-lines]

Too many blank lines (1 > 0)
25 changes: 11 additions & 14 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html

namespace: community
name: FIXME
version: 0.1.0
namespace: redhat_cop

Check failure on line 1 in galaxy.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

galaxy[tags]

galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']

Check failure on line 1 in galaxy.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

schema[galaxy]

$.description None is not of type 'string'. See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
name: vmware_ops
version: 0.0.1

Check failure on line 3 in galaxy.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

galaxy[version-incorrect]

collection version should be greater than or equal to 1.0.0
readme: README.md
authors:
- YOUR NAME (github.com/YOURGITHUB)
- Ansible Cloud Content Team (@redhat-cop)
description: null
license_file: LICENSE
tags:
# tags so people can search for collections https://galaxy.ansible.com/search
# tags are all lower-case, no spaces, no dashes.
- example1
- example2
repository: https://github.com/ansible-collections/community.REPO_NAME
- vmware
repository: https://github.com/redhat-cop/cloud.vmware_ops
#documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs

Check failure on line 12 in galaxy.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[comments]

Missing starting space in comment
homepage: https://github.com/ansible-collections/community.REPO_NAME
issues: https://github.com/ansible-collections/community.REPO_NAME/issues
homepage: https://github.com/redhat-cop/cloud.vmware_ops
issues: https://github.com/redhat-cop/cloud.vmware_ops/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
- .gitignore
- changelogs/.plugin-cache.yaml
dependencies: {
"vmware.vmware_rest": ">=2.3.1"
}
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
requires_ansible: '>=2.11.0' # Use '>=2.9.10' instead, if needed
requires_ansible: '>=2.14.0' # Use '>=2.9.10' instead, if needed

Check failure on line 3 in meta/runtime.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[empty-lines]

Too many blank lines (1 > 0)
20 changes: 0 additions & 20 deletions playbooks/provision_vm/provision_vm.yml

This file was deleted.

File renamed without changes.

0 comments on commit 000388d

Please sign in to comment.