diff --git a/8/ansible.in b/8/ansible.in index bea42e8d26..dd0da0dbbb 100644 --- a/8/ansible.in +++ b/8/ansible.in @@ -56,9 +56,6 @@ cyberark.conjur cyberark.pas dellemc.enterprise_sonic dellemc.openmanage -dellemc.os10 -dellemc.os6 -dellemc.os9 f5networks.f5_modules fortinet.fortimanager fortinet.fortios diff --git a/8/changelog.yaml b/8/changelog.yaml index 5569f08738..517a2da26a 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -9,3 +9,12 @@ releases: - "``mellanox.onyx`` was considered unmaintained and removed from Ansible 8 as per the `removal from Ansible process `_. Users can still install this collection with ``ansible-galaxy collection install mellanox.onyx``." + - "``dellemc.os6`` was considered unmaintained and removed from Ansible 8 as per the + `removal from Ansible process `_. + Users can still install this collection with ``ansible-galaxy collection install dellemc.os6``." + - "``dellemc.os9`` was considered unmaintained and removed from Ansible 8 as per the + `removal from Ansible process `_. + Users can still install this collection with ``ansible-galaxy collection install dellemc.os9``." + - "``dellemc.os10`` was considered unmaintained and removed from Ansible 8 as per the + `removal from Ansible process `_. + Users can still install this collection with ``ansible-galaxy collection install dellemc.os10``." diff --git a/8/collection-meta.yaml b/8/collection-meta.yaml index a0c76315da..9c36eab6a8 100644 --- a/8/collection-meta.yaml +++ b/8/collection-meta.yaml @@ -226,12 +226,6 @@ collections: repository: https://github.com/containers/ansible-podman-collections cyberark.pas: repository: https://github.com/cyberark/ansible-security-automation-collection - dellemc.os10: - repository: https://github.com/ansible-collections/dellemc.os10 - dellemc.os6: - repository: https://github.com/ansible-collections/dellemc.os6 - dellemc.os9: - repository: https://github.com/ansible-collections/dellemc.os9 f5networks.f5_modules: repository: https://github.com/F5Networks/f5-ansible-f5modules collection-directory: "./ansible_collections/f5networks/f5_modules"