Closed samdoran closed 4 years ago
Somewhat related to https://github.com/ansible/ansible/issues/71459. That issue mainly brought to light the fact that the documentation should be updated since ANSIBLE_METADATA
is no longer a thing. What should the recommended deprecation process be fore modules/plugins in the new collections-based world?
@samdoran deprecation of plugins/modules is done by deprecating them both in the module docs and in meta/runtime.yml. For modules, this is already validated by validate-modules.
ansible-galaxy login
? Discussion at ansible/ansible#71628name:
next to description:
in option descriptions? (see default_callback docs_fragment for extensive usage) (ansible/ansible#71792)<plugin_type>: <name>
vs. plugin_type: <plugin_type>
and name: <name>
(ansible/ansible#71795)boolean
, string
, integer
etc. be allowed? (ansible/ansible#71796)type
: required or not for plugins? (ansible/ansible#71797)type
vs. callback_type
(ansible/ansible#71798)type: dict
for plugin optionsansible -version
etc. also show the Ansible version? (For example, antsibull-build could add a Python module to the pypi package called ansible_collections/ansible_version.py
, which if found would provide the Ansible version)Meeting ended Tue Sep 29 20:10:36 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . Minutes: https://meetbot.fedoraproject.org/ansible-meeting/2020-09-29/ansbile_core_irc_public_meeting.2020-09-29-18.58.html Minutes (text): https://meetbot.fedoraproject.org/ansible-meeting/2020-09-29/ansbile_core_irc_public_meeting.2020-09-29-18.58.txt Log: https://meetbot.fedoraproject.org/ansible-meeting/2020-09-29/ansbile_core_irc_public_meeting.2020-09-29-18.58.log.html
Please leave a comment regarding any agenda item you wish to discuss. If you don't show up for the meeting, your item will be skipped. If your IRC nick is different from your Github username, leave that as well.
See https://github.com/ansible/community/blob/master/meetings/README.md for the schedule
Once an item has been discussed it should get checked off.
If you just want reviewers for your contribution try the #ansible-devel irc channel on freenode.