You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running sudo bench setup production [frappe_user] on Ubuntu server 22.04 with Bench version 5.26, the command fails due to outdated keywords used in the Ansible playbooks.
Description
When running
sudo bench setup production [frappe_user]
on Ubuntu server 22.04 with Bench version 5.26, the command fails due to outdated keywords used in the Ansible playbooks.To Reproduce
sudo bench setup production [frappe_user]
(Replace[frappe_user]
with your desired username)Expected behavior
The
bench setup production
command should successfully configure the production environment for your Frappe application.OS
Version Information
Additional context
The outdated keywords in the Ansible playbooks are likely causing the command to fail. The affected changes can be seen in the attached screenshots.
Possible Solution
Updating the Ansible keywords in the relevant playbooks to be compatible with Ubuntu 22.04 might resolve the issue.
The text was updated successfully, but these errors were encountered: