Fix: hide 'ansible managed' balises in README.md (#11919)

[//]: -> apparently does not work for hiding on Github markdown
This commit is contained in:
Max Gautier
2025-01-23 10:34:58 +01:00
committed by GitHub
parent 9008c40d0e
commit f8c4d5a899
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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