From 85d86738607b8db7721553e7d49983a9d9831b3f Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:06:39 -0400 Subject: [PATCH] Follow up to #82933 - remove platforms from templates (#82961) --- lib/ansible/galaxy/data/apb/meta/main.yml.j2 | 15 --------------- lib/ansible/galaxy/data/network/meta/main.yml.j2 | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/lib/ansible/galaxy/data/apb/meta/main.yml.j2 b/lib/ansible/galaxy/data/apb/meta/main.yml.j2 index 862f8ef8b4c..546b8310288 100644 --- a/lib/ansible/galaxy/data/apb/meta/main.yml.j2 +++ b/lib/ansible/galaxy/data/apb/meta/main.yml.j2 @@ -16,21 +16,6 @@ galaxy_info: # - CC-BY-4.0 license: {{ license }} - # - # platforms is a list of platforms, and each platform has a name and a list of versions. - # - # platforms: - # - name: Fedora - # versions: - # - all - # - 25 - # - name: SomePlatform - # versions: - # - all - # - 1.0 - # - 7 - # - 99.99 - galaxy_tags: - apb # List tags for your role here, one per line. A tag is a keyword that describes diff --git a/lib/ansible/galaxy/data/network/meta/main.yml.j2 b/lib/ansible/galaxy/data/network/meta/main.yml.j2 index d0184ae8cea..fe754a42ccd 100644 --- a/lib/ansible/galaxy/data/network/meta/main.yml.j2 +++ b/lib/ansible/galaxy/data/network/meta/main.yml.j2 @@ -21,21 +21,6 @@ galaxy_info: # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: - # - # platforms is a list of platforms, and each platform has a name and a list of versions. - # - # platforms: - # - name: VYOS - # versions: - # - all - # - 25 - # - name: SomePlatform - # versions: - # - all - # - 1.0 - # - 7 - # - 99.99 - galaxy_tags: [] # List tags for your role here, one per line. A tag is a keyword that describes # and categorizes the role. Users find roles by searching for tags. Be sure to