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

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