mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Attempt to resolve #23 entirely without a json_query().
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
{
|
||||
"collection_info": {
|
||||
"namespace": "community",
|
||||
"name": "kubernetes",
|
||||
"version": "1.0.0",
|
||||
"authors": [
|
||||
"chouseknecht (https://github.com/chouseknecht)",
|
||||
"geerlingguy (https://www.jeffgeerling.com/)",
|
||||
"maxamillion (https://github.com/maxamillion)",
|
||||
"jmontleon (https://github.com/jmontleon)",
|
||||
"fabianvf (https://github.com/fabianvf)",
|
||||
"willthames (https://github.com/willthames)",
|
||||
"mmazur (https://github.com/mmazur)",
|
||||
"jamescassell (https://github.com/jamescassell)"
|
||||
],
|
||||
"readme": "README.md",
|
||||
"tags": [
|
||||
"kubernetes",
|
||||
"k8s",
|
||||
"cloud",
|
||||
"infrastructure",
|
||||
"openshift",
|
||||
"okd",
|
||||
"cluster"
|
||||
],
|
||||
"description": "Kubernetes Collection for Ansible.",
|
||||
"license": [],
|
||||
"license_file": "LICENSE",
|
||||
"dependencies": {},
|
||||
"repository": "https://github.com/ansible-collections/kubernetes",
|
||||
"documentation": "",
|
||||
"homepage": "",
|
||||
"issues": "https://github.com/ansible-collections/kubernetes/issues"
|
||||
},
|
||||
"file_manifest_file": {
|
||||
"name": "FILES.json",
|
||||
"ftype": "file",
|
||||
"chksum_type": "sha256",
|
||||
"chksum_sha256": "38d130899a6e46be25cbde550675c62b55827a79c3cfe29dc43fecd8e1de7ef6",
|
||||
"format": 1
|
||||
},
|
||||
"format": 1
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
# MANIFEST.json README
|
||||
|
||||
This manifest file is used in the test environment to overcome a bug currently in Ansible core: https://github.com/ansible/ansible/issues/67399
|
||||
|
||||
Once that bug is fixed, this file can be removed, along with the `cp` command used in the CI GitHub Actions workflow for this repository.
|
||||
Reference in New Issue
Block a user