openwisp / ansible-openwisp2

Ansible role that installs and upgrades OpenWISP.
https://openwisp.io/docs/dev/ansible/
BSD 3-Clause "New" or "Revised" License
474 stars 136 forks source link

[change] Support Debian 12 #473

Closed abplayzGH closed 1 month ago

abplayzGH commented 3 months ago

When trying to install on a privileged lxc container with Debian 12, the playbook returns an error when setting "Set the index-version for influxdb".

TASK [openwisp.influxdb : Set the index-version for influxdb] **************************************************************************************** fatal: [openwisp.impostertwo.us]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (lineinfile) module: search_string Supported parameters include: attributes, backrefs, backup, content, create, delimiter, directory_mode, firstmatch, follow, force, group, insertafter, insertbefore, line, mode, owner, path, regexp, remote_src, selevel, serole, setype, seuser, src, state, unsafe_writes, validate"}

abplayzGH commented 3 months ago

Debian 12 not supported.

nemesifier commented 3 months ago

@abplayzGH correct, not supported yet, but we will have to do this, I think you're not the first one reporting this, probably others have reported this in the general chat or in the mailing list. Let me reopen the issue and change the title.