1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove platform var from container_enabled meta (#22096)

This commit is contained in:
Chris Houseknecht 2017-02-28 15:13:59 -05:00 committed by GitHub
parent 6df5f89763
commit 2c0ad28056

View file

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