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 137 forks source link

[fix] Failure beacuse of `warn` argument #419

Closed kasraghu closed 1 year ago

kasraghu commented 1 year ago

The warn argument is causing the failure:

TASK [openwisp.openwisp2 : Create SSL cert if not exists yet] **********************************************************************************
fatal: [openwisp]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (ansible.legacy.command) module: warn. Supported parameters include: _uses_shell, chdir, executable, strip_empty_ends, stdin, argv, creates, _raw_params, stdin_add_newline, removes."}

Fixes #414