- lineinfile:
      path: /etc/mysql/mariadb.conf.d/50-server.cnf
      regexp: "^bind-address(.+)127.0.0.1"
      line: "bind-address = 0.0.0.0"
      backup: yes
