Re: [ansible-devel] Problem with DOCUMENTATION.version_added value in sanity tests

2020-06-02 Thread 'Felix Fontein' via Ansible Development
Hi, > For a couple of days I've been getting the following error in the > Ansible sanity tests... > > ERROR: plugins/modules/cassandra_autocompaction.py:0:0: > module-invalid-version-added: DOCUMENTATION.version_added: invalid > semantic version '2.8' for dictionary value @ data['version_added']

Re: [ansible-devel] Problem with DOCUMENTATION.version_added value in sanity tests

2020-06-02 Thread Andreas Härpfer
> On 2. Jun 2020, at 19:17, 'syhR8' via Ansible Development > wrote: > > The value for version_added in the files is as I expect. In the above case... > > version_added: 2.8 Since a semantic version is a string I would assume that this needs to be quoted, i.e.: version_added: "2.8" C

[ansible-devel] Problem with DOCUMENTATION.version_added value in sanity tests

2020-06-02 Thread 'syhR8' via Ansible Development
Hello All, For a couple of days I've been getting the following error in the Ansible sanity tests... ERROR: plugins/modules/cassandra_autocompaction.py:0:0: module-invalid-version-added: DOCUMENTATION.version_added: invalid semantic version '2.8' for dictionary value @ data['version_added']. G