Easy Install script has got broken when executing in CentOS 7

I was trying to install ERPNext using the Easy Install script, excactly similar to what I was doing before. However, it seems that the recent versions of Install Script is no longer working.

In the middle of the script, I recieve this issue:

“msg”: “Could not find the requested service mysql: host”

Here is the related log file:

TASK [mariadb : Start and enable service] ***************************************************************************************************************************************
task path: /tmp/.bench/bench/playbooks/roles/mariadb/tasks/main.yml:60
Running systemd
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
<127.0.0.1> EXEC /bin/sh -c ‘echo ~root && sleep 0’
<127.0.0.1> EXEC /bin/sh -c ‘( umask 77 && mkdir -p " echo /root/.ansible/tmp “&& mkdir " echo /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406 " && echo ansible-tmp-1611950162.13-8030-179905714852406=” echo /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406 " ) && sleep 0’
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/systemd.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-7588T9S3A2/tmp1cqVoS TO /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406/AnsiballZ_systemd.py
<127.0.0.1> EXEC /bin/sh -c ‘chmod u+x /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406/ /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406/AnsiballZ_systemd.py && sleep 0’
<127.0.0.1> EXEC /bin/sh -c ‘/usr/bin/python2 /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406/AnsiballZ_systemd.py && sleep 0’
<127.0.0.1> EXEC /bin/sh -c ‘rm -f -r /root/.ansible/tmp/ansible-tmp-1611950162.13-8030-179905714852406/ > /dev/null 2>&1 && sleep 0’
fatal: [localhost]: FAILED! => {
“changed”: false,
“invocation”: {
“module_args”: {
“daemon_reexec”: false,
“daemon_reload”: false,
“enabled”: true,
“force”: null,
“masked”: null,
“name”: “mysql”,
“no_block”: false,
“scope”: null,
“state”: “started”,
“user”: null
}
},
> “msg”: “Could not find the requested service mysql: host”
}

PLAY RECAP **********************************************************************************************************************************************************************
localhost : ok=9 changed=0 unreachable=0 failed=1 skipped=20 rescued=0 ignored=0

Distro:
CentOS Linux release 7.9.2009 (Core)
NAME=“CentOS Linux”
VERSION=“7 (Core)”
ID=“centos”
ID_LIKE=“rhel fedora”
VERSION_ID=“7”
PRETTY_NAME=“CentOS Linux 7 (Core)”

Ansible Version:
2.8.18