- hosts: localhost tasks: - name: Install mariadb package package: state: present name: - mariadb - mariadb-client - mariadb-openrc