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']
> 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
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