TASK: [debops.console | Enforce root password] ********************************
Failed to template {% if console_root_password is defined and console_root_password %} True {% else %} False {% endif %}: Failed to template {{ lookup("password", secret + "/credentials/" + ansible_fqdn + "/console/root/password encrypt=sha512_crypt length=" + console_root_password_length) }}: passlib must be installed to encrypt vars_prompt values
I guess this should have been pulled in when I did pip install.
I guess this should have been pulled in when I did pip install.