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

[docs] Add ansible.posix as dependency #438

Closed minhng99 closed 1 year ago

minhng99 commented 1 year ago

Dependency of openwisp.influxdb/tasks/udp_mode.yml

ERROR! couldn't resolve module/action 'ansible.posix.sysctl'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/home/minhnq31/.ansible/roles/openwisp.influxdb/tasks/udp_mode.yml': line 1, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- name: Set net.core.rmem_max
  ^ here