mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove platform var from container_enabled meta (#22096)
This commit is contained in:
committed by
GitHub
parent
6df5f89763
commit
2c0ad28056
@@ -30,18 +30,19 @@ galaxy_info:
|
||||
#github_branch:
|
||||
|
||||
#
|
||||
# Below are all platforms currently available in Galaxy. Uncomment any that match the base images
|
||||
# of the services defined in meta/container.yml
|
||||
# platforms is a list of platforms, and each platform has a name and a list of versions.
|
||||
#
|
||||
#platforms:
|
||||
{%- for platform,versions in platforms.items() %}
|
||||
#- name: {{ platform }}
|
||||
# versions:
|
||||
# - all
|
||||
{%- for version in versions %}
|
||||
# - {{ version }}
|
||||
{%- endfor -%}
|
||||
{%- endfor %}
|
||||
# platforms:
|
||||
# - name: Fedora
|
||||
# versions:
|
||||
# - all
|
||||
# - 25
|
||||
# - name: SomePlatform
|
||||
# versions:
|
||||
# - all
|
||||
# - 1.0
|
||||
# - 7
|
||||
# - 99.99
|
||||
|
||||
galaxy_tags:
|
||||
- container
|
||||
|
||||
Reference in New Issue
Block a user