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] Added molecule-plugins to "How to run tests" #467

Closed battleboy-cxx closed 5 months ago

battleboy-cxx commented 5 months ago

molecule-plugins should also be installed, otherwise may raise CRITICAL Failed to find driver docker. Please ensure that the driver is correctly installed. error, meet this issue when I was trying to execute molecule test -s local for test purpose, https://github.com/ansible/molecule/issues/920#issuecomment-1868741469

image