Skip to content

Commit

Permalink
Fix: hide 'ansible managed' balises in README.md (#11919)
Browse files Browse the repository at this point in the history
[//]: -> apparently does not work for hiding on Github markdown
  • Loading branch information
VannTen authored Jan 23, 2025
1 parent 9008c40 commit f8c4d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/render_readme_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f8c4d5a

Please sign in to comment.