-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the examples don't have FQCN from the Ansible-maintained collections #81
Comments
ON HOLD - Ansible team is evaluating that list above to see if all will be done in time. |
Just an FYI the |
|
Which boiler plate is being referred to? |
@samccann Thanks. So this is the See also ansible-collections/overview#40 which has some other details, as well as a link to a script which can help doing the bulk Short -> FQCN update. |
@gundalow the issue is some teams have already updated to use FQCN on their collections. So we can't have this boilerplate list on all collections. |
When we're ready for this, I think we can implement it by adding a file to the ansible-build-data repo that lists which collections do and do not need to have the boilerplate. Alternatives:
|
I believe this is boilerplate text added via the docs pipeline:
These examples assume the collections keyword is defined in playbook and do not use the fully qualified collection name.
The Ansible content team has decided to update all their examples to use FQCN before their 1.0.0 release. So we'll need a way to NOT put that boilerplate in the following collections:
https://github.com/ansible-collections/amazon.aws
https://github.com/ansible-collections/ansible.netcommon
https://github.com/ansible-collections/ansible.posix
https://github.com/ansible-collections/ansible.windows
https://github.com/ansible-collections/arista.eos
https://github.com/ansible-collections/cisco.asa
https://github.com/ansible-collections/cisco.ios
https://github.com/ansible-collections/cisco.iosxr
https://github.com/ansible-collections/cisco.nxos
https://github.com/ansible-collections/community.aws
https://github.com/ansible-collections/kubernetes
https://github.com/ansible-collections/community.network
https://github.com/ansible-collections/vmware
https://github.com/ansible-collections/vmware_rest
https://github.com/ansible-collections/frr.frr
https://github.com/ansible-collections/ibm.qradar
https://github.com/ansible-collections/junipernetworks.junos
https://github.com/ansible-collections/openvswitch.openvswitch
https://github.com/ansible-collections/splunk.es
https://github.com/ansible-collections/symantec.epm
https://github.com/ansible-collections/vyos.vyos
The text was updated successfully, but these errors were encountered: