mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Fix: hide 'ansible managed' balises in README.md (#11919)
[//]: -> apparently does not work for hiding on Github markdown
This commit is contained in:
@@ -96,7 +96,7 @@ Note:
|
||||
|
||||
## Supported Components
|
||||
|
||||
[//]: # BEGIN ANSIBLE MANAGED BLOCK
|
||||
<!-- BEGIN ANSIBLE MANAGED BLOCK -->
|
||||
|
||||
- Core
|
||||
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.32.0
|
||||
@@ -134,7 +134,7 @@ Note:
|
||||
- [local-volume-provisioner](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner) v2.5.0
|
||||
- [node-feature-discovery](https://github.com/kubernetes-sigs/node-feature-discovery) v0.16.4
|
||||
|
||||
[//]: # END ANSIBLE MANAGED BLOCK
|
||||
<!-- END ANSIBLE MANAGED BLOCK -->
|
||||
|
||||
## Container Runtime Notes
|
||||
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
- ../roles/kubernetes-apps/argocd/defaults/main.yml
|
||||
- name: Render versions in README.md
|
||||
blockinfile:
|
||||
marker: '[//]: # {mark} ANSIBLE MANAGED BLOCK'
|
||||
marker: '<!-- {mark} ANSIBLE MANAGED BLOCK -->'
|
||||
block: "\n{{ lookup('ansible.builtin.template', 'readme_versions.md.j2') }}\n\n"
|
||||
path: ../README.md
|
||||
|
||||
Reference in New Issue
Block a user