openwisp / ansible-openwisp2

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

Debian 11 - error on task freeradius #370

Closed mikysal78 closed 2 years ago

mikysal78 commented 2 years ago
TASK [openwisp.openwisp2-dev : SQL configuration] *************************************************************************************************************************************************************************************
Saturday 23 April 2022  23:09:47 +0200 (0:00:00.079)       0:07:04.312 ******** 
fatal: [controller.nnxx.ninux.org]: FAILED! => changed=false 
  checksum: e63709cd14a4457394dd6e9937318fd6b4dbe98e
  msg: Destination directory /etc/freeradius/3.0/mods-available does not exist

RUNNING HANDLER [openwisp.openwisp2-dev : reload supervisor] **************************************************************************************************************************************************************************
Saturday 23 April 2022  23:09:53 +0200 (0:00:06.105)       0:07:10.417 ******** 
mikysal78 commented 2 years ago

"/etc/freeradius/3.0/mods-available" the directory 3.0 is not exist exist "/etc/freeradius/mods-available"

what do i have to change in the playbook or roles to make it work?

mikysal78 commented 2 years ago

i change in my playbook the vars on /etc/freeradius and is ok. Leave issue open if you fix the default/main.yml

nemesifier commented 2 years ago

Will be fixed by https://github.com/openwisp/ansible-openwisp2/issues/368.