[ansible-devel] Ansible-4.1.0 release

2021-06-10 Thread Toshio Kuratomi
Hi all, We're happy to announce that the ansible-4.1.0 package has been released! The update contains bugfixes and new, backwards compatible features in the contained collections. How to get it - Due to a limitation in pip, if you are upgrading from Ansible 3 (or earlier), you need t

Re: [ansible-devel] How to document support for check mode for a module

2021-06-10 Thread 'Felix Fontein' via Ansible Development
Hi, the common way to document this (that will also work with already released ansible-core/base/ versions) is to add an entry to `notes:` which says `Supports C(check_mode).` or something like that. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "An